plot.uhc_envelopes {amt}R Documentation

Plot simplified UHC plots

Description

Plot an object of class uhc_envelopes

Usage

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

Arguments

x

⁠[uhc_envelopes]⁠ An object of class uhc_envelopes, as returned by the function conf_envelope().

...

Included for consistency with generic plot(). Currently ignored.

Details

Makes plots mimicking those in Fieberg et al. (2018), with the bootstrapped distribution in gray, the observed distribution in black, and the available distribution as a dashed red line. This differs from plot.uhc_data() in that the bootstrapped distribution (in gray) is drawn as a polygon rather than (many) lines, speeding up plotting performance.

Author(s)

Brian J. Smith

See Also

prep_uhc(), conf_envelope(), plot.uhc_data()


[Package amt version 0.2.2.0 Index]