plot_k_estimates: Boxplots of the estimated carrying capacity faceted for ideal...

View source: R/plot_k_estimates.R

plot_k_estimatesR Documentation

Boxplots of the estimated carrying capacity faceted for ideal and empirical data for two different values of K'.

Description

Boxplots of the estimated carrying capacity faceted for ideal and empirical data for two different values of K'.

Usage

plot_k_estimates(
  analysis_results,
  output_file_path,
  parameter,
  num_breaks,
  signif,
  scientific,
  labels = NULL
)

Arguments

analysis_results

A list of analysis_result elements which can be checked with check_analysis_result

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

Value

Void (saves plot)


joshwlambert/DAISIEmainland documentation built on July 14, 2024, 5:40 p.m.