| plot.checkTS | R Documentation |
checkTS objectsDisplays boxplots of simulated statistics against theoretical expected values
for each statistic tracked by checkTS.
## S3 method for class 'checkTS'
plot(x, ...)
x |
a |
... |
currently unused |
a ggplot object (invisibly returned; also printed)
checkTS
library(CoSMoS)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.