View source: R/qqplot.lagged.R
qqplot.lagged | R Documentation |
lag
-lag moving cumulative addition of the values in the samples x,y,z
This function creates a Q-Q plot of the lag
-lag moving cumulative addition of the values in the samples x,y,z
qqplot.lagged(
x = rnorm(1000),
y = rnorm(1000),
z = NULL,
when = 1:length(x),
lag = 1,
pch = 1,
...
)
x , y |
samples. If |
z |
further samples organized as a list |
when |
(integer) inidices of |
lag |
lag (current index included) on whose value the addition is made. |
pch |
a vector of plotting characters or symbols: see |
... |
further arguments for |
the Q-Q plot
qqplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.