View source: R/panel.nlme.vpc.pred.r
panel.nlme.vpc.pred | R Documentation |
Panel function for predicted lines / colored polygons of a vpc plot of an nlme object
panel.nlme.vpc.pred(
x,
y,
OBS,
vpc,
subscripts,
logY,
showPredAs,
showObsDots,
showObsLines,
xCov,
col.scheme,
obscex.dot,
obspch.dot,
...
)
x |
x variable |
y |
y variable |
OBS |
unused |
vpc |
unused |
subscripts |
unused |
logY |
whether to log-transform the y axis |
showPredAs |
choice of 'lines' or 'area' |
showObsDots |
unused |
showObsLines |
unused |
xCov |
unused |
col.scheme |
list with elements: [pred: [outer, area, inner]] |
obscex.dot |
unused |
obspch.dot |
unused |
... |
passed to llines() |
Lattice panel output (invisible)
Not to be used as standalone. Will be be called by nlme.vpcplot
nlme.vpcplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.