plot.acti: Plot method for 'acti' objects

View source: R/plot-methods.R

plot.actiR Documentation

Plot method for acti objects

Description

Visualises the autocorrelation transformation function (ACTF) fitted by fitactf.

Usage

## S3 method for class 'acti'
plot(x, ...)

Arguments

x

an acti object returned by fitactf

...

optional arguments; main sets the plot title

Value

a ggplot object (invisibly returned; also printed)

See Also

fitactf, actpnts

Examples


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")


CoSMoS documentation built on May 8, 2026, 1:08 a.m.