https://github.com/cran/quantreg
Raw File
Tip revision: e821ee31706f5ae32f14507d2df5c39ddfadf110 authored by Roger Koenker on 28 September 2020, 07:20:11 UTC
version 5.70
Tip revision: e821ee3
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