https://github.com/cran/quantreg
Revision a25043214ecac9129744967f534bceb1f452813a authored by Roger Koenker on 02 February 2018, 20:20:14 UTC, committed by cran-robot on 02 February 2018, 20:20:14 UTC
1 parent eb7100c
Raw File
Tip revision: a25043214ecac9129744967f534bceb1f452813a authored by Roger Koenker on 02 February 2018, 20:20:14 UTC
version 5.35
Tip revision: a250432
plot.rq.process.Rd
\name{plot.rq}
\alias{plot.rq.process}
\title{ plot the coordinates of the quantile regression process}
\description{ Function to plot quantile regression  process.  }
\usage{
\method{plot}{rq.process}(x, nrow=3, ncol=2, ...) }
\arguments{
  \item{x}{ an object produced by rq() fitting  }
  \item{nrow}{ rows in mfrow }
  \item{ncol}{ columns in mfrow}
  \item{...}{ optional arguments to plot}
}
\author{ Roger Koenker rkoenker@uiuc.edu}
\seealso{ \code{\link{rq}}}
\keyword{hplot}
back to top