plot.checkTS: Plot method for check results

Description Usage Arguments Examples

View source: R/checkTS.R

Description

Plot method for check results.

Usage

1
2
## S3 method for class 'checkTS'
plot(x, ...)

Arguments

x

check result

...

other args

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
library(CoSMoS)

## check your generated timeseries
x <- generateTS(margdist = 'burrXII',
                margarg = list(scale = 1,
                               shape1 = .75,
                               shape2 = .15),
                acsvalue = acs(id = 'weibull',
                               t = 0:30,
                               scale = 10,
                               shape = .75),
                n = 1000, p = 30, p0 = .25, TSn = 100)

chck <- checkTS(x)

plot(chck)

TycheLab/CoSMoS documentation built on June 6, 2021, 2:35 a.m.