Description Usage Arguments Value
View source: R/graph_bp_both.R
Plot two p-boxes (each p-box is represented by two cdf sequences) All inputs much have the same length
1 2 3 4 5 6 | graph_bp_both(
lower_points_average_consumption,
upper_points_average_consumption,
lower_points_high_consumption,
upper_points_high_consumption
)
|
lower_points_average_consumption |
A vector with the lower cdf sequence corresponding to average consumption scenario |
upper_points_average_consumption |
A vector with the upper cdf sequence corresponding to average consumption scenario |
lower_points_high_consumption |
A vector with the lower cdf sequence corresponding to high consumption scenario |
upper_points_high_consumption |
A vector with the upper cdf sequence corresponding to high consumption scenario |
a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.