FreqPlot: Generates occurrence frequency distribution plot and...

Description Usage Arguments

View source: R/FreqPlot.R

Description

Generates occurrence frequency distribution plot and dataframe

Usage

1
FreqPlot(data, breaks = 10, reps = FALSE, write = FALSE, name = "simulation")

Arguments

data

Data.frame (colnames:species, x, y). A dataframe containing species ID and occurrences (x, y).

breaks

Numeric. Number of breaks desired in plot.

reps

Logical. Whether the simulation was run for more than one replication. 95 percent confidence intervals are generated by default.

write

Logical. Write outputs to disk. Default is FALSE.

name

Character. Name of folder to save outputs in if write = TRUE. Default is "simulation"


LewisAJones/LBGSim documentation built on March 28, 2020, 12:03 a.m.