powered by
S3 method for plotting caiser.powercurve objects (the output of calc_power_curve()).
calc_power_curve()
# S3 method for CAISErPowercurve plot(x, highlights = c(0.5, 0.8, 0.95), ...)
list object of class caiser.powercurve (generated by calc_power_curve())
specific power values to highlight
other parameters to be passed down to specific plotting functions (currently unused)
# NOT RUN { my.cpc <- calc_power_curve(ninstances = 10) plot(my.cpc) # }
Run the code above in your browser using DataLab