https://github.com/cran/quantreg
Raw File
Tip revision: eb7100cbd8f9894b8f14637f3cf3bcde3cadf338 authored by Roger Koenker on 25 October 2017, 15:48:44 UTC
version 5.34
Tip revision: eb7100c
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