View source: R/cleanByEnvironment.R
cleanByEnvironment | R Documentation |
This function removes any localities that do not have environmental data so that the niche can be calculated. It assumes the second and third columns are longitude and latitude, respectively.
cleanByEnvironment(Env, loc, latname = "latitude", lonname = "longitude")
Env |
The environmental variables to calculate niche from |
loc |
The locality data |
loc_good_clean = cleanByEnvironment(Env, loc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.