Learn R Programming

SelectBoost.gamlss (version 0.2.2)

plot.sb_confidence: Plot confidence functionals

Description

Two-panel plot: (1) scatter of area_pos vs cover (size by rank), (2) barplot of top-N rank_score.

Usage

# S3 method for sb_confidence
plot(x, top = 15, label_top = 10, ...)

Value

An invisible copy of x.

Arguments

x

An object from confidence_functionals().

top

Show top-N terms in the barplot (default 15).

label_top

Integer; number of points to label in the scatter (default 10).

...

Graphical parameters passed to plotting backend.