traitecoevo / taxonlookup

A versioned and dynamically updating taxonomic lookup table for land plants
http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12517/abstract
Other
31 stars 6 forks source link

Gymnosperms higher orders seems out of date #47

Open Cactusolo opened 3 years ago

Cactusolo commented 3 years ago

Gymnosperms higher orders seems out of date, "Cupressales" is missing and all the taxa belong to "Cupressales" was assigned to "Pinales"

See below:

library("taxonlookup")
ho<-add_higher_order()
unique(ho$order[ho$group=="Gymnosperms"])
> unique(ho$order[ho$group=="Gymnosperms"])
[1] "Cycadales"  "Ginkgoales" "Gnetales"   "Pinales"  

lookup_table("Cupressus sempervirens", by_species = TRUE)
> lookup_table("Cupressus sempervirens", by_species = TRUE)
                           genus       family   order       group
Cupressus sempervirens Cupressus Cupressaceae Pinales Gymnosperms

Here is link for APWeb