swh:1:snp:16c54c84bc54885e783d4424d714e5cc82f479a1
Raw File
Tip revision: 3d5ef53a290d3a837b9eb030645a39a22bd12547 authored by Roger Koenker on 08 August 1977, 00:00:00 UTC
version 3.11
Tip revision: 3d5ef53
latex.Rd
\name{latex}
\alias{latex}
\title{ ~~Generic method to make latex fragments  ~~ }
\description{
	This method has only one instance (for the moment) and that is
	to make the output of table.rq() into a latex table.
}
\usage{
latex(x, ...)
}
\arguments{
  \item{x}{ ~~Object \code{x} to be converted to latex~~ }
  \item{\dots}{ ~~Other arguments \code{\dots} here~~ }
}
\details{
	see the example function latex.table.rq
}
\value{
	writes a file containing the latex code
}
\references{ ~put references to the literature/web site here ~ }
\author{ Roger Koenker }


\seealso{  \code{\link{latex.table.rq}}, ~~~ }

\keyword{ utilities }% at least one, from doc/KEYWORDS
back to top