plot_comps | R Documentation |
Plot frequency data as bubble plots
plot_comps(
data,
dir = NULL,
add_save_name = NULL,
plot = 1:2,
add_0_ylim = TRUE,
width = 10,
height = 7
)
data |
Data file object created by |
dir |
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved. |
add_save_name |
Option to add text to a saved figure name. This option
can be useful if creating plots across multiple species and saving them
into a single folder. The default is |
plot |
A vector of integers to specify which plots you would like. The
default is to print or save both figures, i.e.,
|
add_0_ylim |
A logical, i.e., |
width , height |
Numeric values for the figure width and height in inches. The defaults are 10 by 7 inches. |
Chantel Wetzel
## Not run:
plot_comps(data = LFs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.