qqmath.zoo | R Documentation |
Draw quantile-Quantile plots of a sample against a theoretical distribution, possibly conditioned on other variables.
## S3 method for class 'zoo'
qqmath(
x,
data = NULL,
xlab = "Theoretical quantiles",
ylab = "Sample quantiles",
ref = TRUE,
ci = TRUE,
...
)
x |
A |
data |
Ignored |
xlab |
X axis label |
ylab |
Y axis label |
ref |
Plot a reference line via |
ci |
Plot confidence levels via |
... |
Parameters to pass on to |
Plots and returns a trellis
object.
Original by Deepayan Sarkar.
lattice::qqmath()
, zoo::zoo()
, lattice::panel.qqmathline()
.
if (require(zoo))
qqmath(zoo(lh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.