View source: R/plot_occ_temporal.R
plot_occ_temporal | R Documentation |
This function summarises occurrence data in a temporal context.
plot_occ_temporal(data, ptheme)
data |
|
ptheme |
ggplot theme |
The function draws two plots showing occurrence record frequencies and writes them to the species directory.
Temporal JPEG plots: 1) occ_frequency_date_1980_{sppselect}
and 2) occ_frequency_date_all_{sppselect}
.
The size of the text and other elements of the plots can be change by customising the theme
object. Also take note of the undeclared variables: sdm_dir
, sppselect
, year_date
, and undated
.
Dominic Henry
## Not run:
plot_occ_temporal(occ_data_sf, ptheme)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.