Skip to contents

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

Usage

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

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.

Value

An invisible copy of x.