https://github.com/cran/quantreg
Raw File
Tip revision: 6964fff892ea20af9633cd7279891c0c431e80bf authored by Roger Koenker on 26 January 2022, 17:32:42 UTC
version 5.87
Tip revision: 6964fff
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