qqmath.zoo {tactile} | R Documentation |
Q-Q Plots for Zoo Objects
Description
Draw quantile-Quantile plots of a sample against a theoretical distribution, possibly conditioned on other variables.
Usage
## S3 method for class 'zoo'
qqmath(
x,
data = NULL,
xlab = "Theoretical quantiles",
ylab = "Sample quantiles",
ref = TRUE,
ci = TRUE,
...
)
Arguments
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 |
Value
Plots and returns a trellis
object.
Author(s)
Original by Deepayan Sarkar.
See Also
lattice::qqmath()
, zoo::zoo()
, lattice::panel.qqmathline()
.
Examples
if (require(zoo))
qqmath(zoo(lh))
[Package tactile version 0.2.1 Index]