Description Usage Arguments Value
Given a BOLD individual georeferenced sequences dataframe and a projection CRS, this function will return a spatialpoints object with all coordinates of BOLD specimen.
1 2 3 4 5 | spatialpoints_bold_df(
dfBold,
projectionCRS = "EPSG:4326",
fishbaseValidation = FALSE
)
|
dfBold |
A data.frame with specimen sequences as row and 81 descriptors as column. Mandatory fields: lon, lat, species_name, fishbase_species_name, genus_name, family_name, order_name, class_name, sequence |
projectionCRS |
Interface class to the PROJ projection and transformation system. Default value is "+init=epsg:3347" |
a spatialpoints object with taxonomic information and DNA sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.