OrdwaySpeciesNames | R Documentation |
This data frame lists all the species name that appear in 'OrdwayBirds'. In many cases, the species name was mis-spelled in the original. As a result, many birds are listed as separate species even though, in reality, they all belong to the same species. For each potentially mis-spelled species name, this table gives a standardized name.
data("OrdwaySpeciesNames")
A data frame with 265 observations on the following 2 variables:
The original spelling, or misspelling, of a bird species.
Corrected spelling (or NA if the original was not identifiable.)
Daniel Kaplan and students in a 2013 Data and Computing Fundamentals class at Macalester College (Saint Paul, MN) read through original names in 'OrdwayBirds' and typed corrected spelling shown in 'SpeciesNameCleaned'.
'OrdwayBirds'
data(OrdwaySpeciesNames) str(OrdwaySpeciesNames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.