| plot.cosmosts | R Documentation |
cosmosts objectsVisualises time series generated by generateTS as bar charts,
one panel per series.
## S3 method for class 'cosmosts'
plot(x, ...)
x |
a |
... |
currently unused |
a ggplot object (invisibly returned; also printed)
generateTS, regenerateTS
library(CoSMoS)
ts <- generateTS(margdist = "ggamma",
margarg = list(scale = 1, shape1 = .8, shape2 = .8),
acsvalue = acs(id = "paretoII", t = 0:30,
scale = 1, shape = .75),
n = 1000, p = 30, TSn = 2)
plot(ts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.