plot.simulation: Plot simulations

Description Usage Arguments Value Examples

Description

The plot method for objects of class "simulation".

Usage

1
2
## S3 method for class 'simulation'
plot(p)

Arguments

p

a matrix of class "simulation".

Value

Returns a plot of every column of p.

Examples

1
2
3
p <- rAR1(0, 300, 0.8, distfun = rnorm, 300)
plot(p)
 

AUMath-AdvancedR2018/AR1 documentation built on May 24, 2019, 7:36 a.m.