plot.exalStaticLDVB: Plot Method for 'exalStaticLDVB' Objects

View source: R/generics_etc.R

plot.exalStaticLDVBR Documentation

Plot Method for exalStaticLDVB Objects

Description

Plot Method for exalStaticLDVB Objects

Usage

## S3 method for class 'exalStaticLDVB'
plot(x, X = NULL, add = FALSE, col = "purple", cr.percent = 0.95, ...)

Arguments

x

An exalStaticLDVB object.

X

Optional design matrix used to compute fitted quantiles. If omitted, the method uses x$X when available.

add

Logical; add to an existing plot.

col

Character vector of length 1 giving color for fitted quantiles.

cr.percent

Numeric in (0, 1) for credible-interval mass.

...

Additional arguments passed to plot when add = FALSE.

Value

A list with map.quant, lb.quant, and ub.quant.


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