https://github.com/cran/quantreg
Raw File
Tip revision: d61d5ebf4d6a933432e36fddb54fabd84e4cdc39 authored by Roger Koenker on 19 August 2023, 13:50:05 UTC
version 5.97
Tip revision: d61d5eb
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