View source: R/plot_log_param_ratios.R
plot_log_param_ratios | R Documentation |
Plots a grid of density plots of parameter estimates on the diagonal, scatter plots of parameter estimates on a log scale under the diagonal and scatter plots of the ratio of parameter estimates from ideal and empirial data.
plot_log_param_ratios(
param_set,
data_folder_path,
output_file_path,
parameter,
num_breaks,
signif,
scientific
)
param_set |
Numeric for the index of the parameter set from the parameter space |
data_folder_path |
String specifying the directory the data is read from |
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 |
Void (saves plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.