Description Usage Arguments Value Author(s) See Also Examples
Select main fields required by biogeo.
| 1 | keepmainfields(dat, ID = "", Species = "", x = "", y = "", others = "")
 | 
| dat | A dataframe containing records including an identifier field, a species name field, x- and y-coordinates fields and any other fields. | 
| ID | The unique identifier field | 
| Species | The field containing the species names | 
| x | x-coordinate in decimal degrees | 
| y | y-coordinate in decimal degrees | 
| others | Names of other fields that should be retained in the dataframe | 
A dataframe containing the selected fields.
Vernon Visser and Mark Robertson
addmainfields, renamefields, checkdatastr
| 1 2 | names(gbifdat)
dat3 <- keepmainfields(gbifdat, Species='species', x='decimallongitude', y='decimallatitude')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.