powered by
This function populates occurrence field in an rmm object with output from a BIEN_occurrence_... query
rmmAutofillBIEN(rmm, occurrences)
a range model metadata list
an rmm list
an occurrence data.frame obtained from a BIEN occurrence query
Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>,
See Examples.
BIEN_occurrence_species
Other autofill: rmmAutofillEnvironment(), rmmAutofillPackageCitation(), rmmAutofillspocc()
rmmAutofillEnvironment()
rmmAutofillPackageCitation()
rmmAutofillspocc()
if (FALSE) { rmm <- rmmTemplate() xs <- BIEN::BIEN_occurrence_species(species="Xanthium strumarium") rmmAutofillBIEN(rmm = rmm, occurrences = xs) }
Run the code above in your browser using DataLab