| plot.acti | R Documentation |
acti objectsVisualises the autocorrelation transformation function (ACTF) fitted by
fitactf.
## S3 method for class 'acti'
plot(x, ...)
x |
an |
... |
optional arguments; |
a ggplot object (invisibly returned; also printed)
fitactf, actpnts
library(CoSMoS)
p <- actpnts(margdist = "paretoII",
margarg = list(scale = 1, shape = .3),
p0 = 0)
fit <- fitactf(p)
plot(fit)
plot(fit, main = "Pareto type II\nautocorrelation transformation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.