https://github.com/cran/quantreg
Raw File
Tip revision: 0a68d14c3f6b78fc846532d7376f94f4500958cc authored by Roger Koenker on 05 February 2022, 11:10:02 UTC
version 5.88
Tip revision: 0a68d14
latex.Rd
\name{latex}
\alias{latex}
\title{ Make a latex version of an R object }
\description{
Generic function for converting an  \R object into a latex file.
}
\usage{
latex(x, ...)
}
\arguments{
  \item{x}{ \code{x} is an \R object }
  \item{\dots}{ \code{\dots} optional arguments }
}
\seealso{  \code{\link{latex.table}}, \code{\link{latex.summary.rqs}}
}
\keyword{IO}

back to top