View source: R/plot_k_estimates.R
plot_k_estimates | R Documentation |
Boxplots of the estimated carrying capacity faceted for ideal and empirical data for two different values of K'.
plot_k_estimates(
analysis_results,
output_file_path,
parameter,
num_breaks,
signif,
scientific,
labels = NULL
)
analysis_results |
A list of |
output_file_path |
String specifying the directory the file is saved in, if NULL the file is returned to console and not saved |
parameter |
String specifying which parameter is plotted. "mainland_ex" plots mainland extinction as the variable, "mainland_sample_prob" plots mainland sampling probability as the variable and "both" plots all the data |
num_breaks |
A numeric specifying how many breaks are wanted on the plot axes |
signif |
A numeric specifying how many significant figures the axes labels have when plotting |
scientific |
A boolean determining whether the axis labels will be converted to scientific notation |
labels |
A string or vector of strings to label the plotting grid |
Void (saves plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.