Description Usage Arguments Details Examples
View source: R/temperature_distr.R
The function plots the thermal distribution of species occurrences.
1 2 | temperature_distr(fgroup = NULL, species = NULL, xtop = 1000,
xbottom = 0)
|
fgroup |
is a subsetting argument for the function. If non null the function subsets the data to only retain occurrences for a particular functional group. |
species |
is a subsetting argument for the function. If non null the function subsets the data to only retain occurrences for a particular species. |
xtop |
is the upper limit for the x axis in the thermal distribution graph |
xbottom |
is the lower limit for the x axis in the thermal distribution graph |
temperature_distr
takes plotting arguments and
a data set of geolocated species occurrences with their
accompanying temperature and taxonomy data.
1 2 | manuela <- manueladb_to_table("~/manuela")
class(manuela)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.