qqplot.lagged: This function creates a Q-Q plot of the 'lag'-lag moving...

Description Usage Arguments Value See Also

View source: R/qqplot.lagged.R

Description

This function creates a Q-Q plot of the lag-lag moving cumulative addition of the values in the samples x,y,z

Usage

1
2
qqplot.lagged(x = rnorm(1000), y = rnorm(1000), z = NULL,
  when = 1:length(x), lag = 1, pch = 1, ...)

Arguments

x, y

samples. If x is a data frame, y and z can be omitted.

z

further samples organized as a list

when

(integer) inidices of x and y on which the Q-Q plot is made.

lag

lag (current index included) on whose value the addition is made.

pch

a vector of plotting characters or symbols: see points

...

further arguments for qqplot

Value

the Q-Q plot

See Also

qqplot


RMAWGEN documentation built on Dec. 12, 2019, 9:07 a.m.