Learn R Programming

CAISEr (version 0.3.3)

plot.CAISErPowercurve: plot.caiser.powercurve

Description

S3 method for plotting caiser.powercurve objects (the output of calc_power_curve()).

Usage

# S3 method for CAISErPowercurve
plot(x, highlights = c(0.5, 0.8, 0.95), ...)

Arguments

x

list object of class caiser.powercurve (generated by calc_power_curve())

highlights

specific power values to highlight

...

other parameters to be passed down to specific plotting functions (currently unused)

Examples

Run this code
# NOT RUN {
my.cpc <- calc_power_curve(ninstances = 10)
plot(my.cpc)

# }

Run the code above in your browser using DataLab