https://github.com/cran/quantreg
Raw File
Tip revision: 7e88be3871a324240d14f1311fc63a3aa1d72d82 authored by Roger Koenker on 17 December 2012, 00:00:00 UTC
version 4.94
Tip revision: 7e88be3
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