plot.exdqlmISVB: Plot Method for 'exdqlmISVB' Objects

View source: R/generics_etc.R

plot.exdqlmISVBR Documentation

Plot Method for exdqlmISVB Objects

Description

Plot Method for exdqlmISVB Objects

Usage

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

Arguments

x

An exdqlmISVB object.

...

Additional arguments.

Examples


data("scIVTmag", package = "exdqlm")
old = options(exdqlm.max_iter = 15L)
y = scIVTmag[1:60]
model = polytrendMod(1, stats::quantile(y, 0.85), 10)
# Legacy ISVB object retained for backward-compatible plotting methods
M0 = exdqlmISVB(y, p0 = 0.85, model, df = c(0.98), dim.df = c(1),
                   gam.init = -3.5, sig.init = 15,
                   n.IS = 20, n.samp = 20, tol = 0.2,
                   verbose = FALSE)
plot(M0)
options(old)



exdqlm documentation built on June 5, 2026, 1:06 a.m.