Description Usage Arguments Value
View source: R/explore_scatt_graph.R
Plot a line for the number of shoots in the years of observation.
1 2 3 4 5 6 7 8 9 10 11 12 |
csv_high |
Name of .csv file with data. No defaults. |
csv_low |
Name of second .csv file. Default to NULL |
sp_names |
A character vector with the names of the species of interest |
state |
Character. "g" - generative, "v" - vegetative, "v+j" - vegetative and juvenile. Which states should be selected. If NULL, all shoots will be selected. Dafault to NULL. |
plot_title |
The main title of the plot. No default. |
mute_ax_lab |
Boolean. Whether we should mute axis names to each indivdual scatterplot. Default to TRUE. |
loged |
Boolean. Whether the logarithm of number of shoots should be taken. Defaul to FALSE. |
summed |
Boolean. Whether the numbers of shoots for several species should be calculated. Default to FALSE. |
sp_summed |
A character vector with the names of the soecies which should be summed. Only if 'summed' parameter is TRUE. Default to NULL. |
ggplot2 object with line
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.