Learn R Programming

exdqlm (version 0.3.0)

plot.exdqlmDiagnostic: Plot Method for exdqlmDiagnostic Objects

Description

Plot Method for exdqlmDiagnostic Objects

Usage

# S3 method for exdqlmDiagnostic
plot(x, ...)

Arguments

x

An exdqlmDiagnostic object.

...

Additional arguments (unused).

Examples

Run this code
# \donttest{
y = scIVTmag[1:100]
model = polytrendMod(1,mean(y),10)
M0 = exdqlmISVB(y,p0=0.85,model,df=c(0.95),dim.df = c(1),
                  gam.init=-3.5,sig.init=15)
M0.diags = exdqlmDiagnostics(M0,plot=FALSE)
plot(M0.diags)
# }

Run the code above in your browser using DataLab