rmmAutofillBIEN | R Documentation |
This function populates occurrence field in an rmm object with output from a BIEN_occurrence_... query
rmmAutofillBIEN(rmm, occurrences)
rmm |
an rmm list |
occurrences |
an occurrence data.frame obtained from a BIEN occurrence query |
See Examples.
a range model metadata list
Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>,
BIEN_occurrence_species
Other autofill:
rmmAutofillEnvironment()
,
rmmAutofillPackageCitation()
,
rmmAutofillspocc()
## Not run:
rmm <- rmmTemplate()
xs <- BIEN::BIEN_occurrence_species(species="Xanthium strumarium")
rmmAutofillBIEN(rmm = rmm, occurrences = xs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.