plantlist-package {plantlist}R Documentation

Looking Up the Status of Plant Scientific Names based on The Plant List Database

Description

Looking up the status of scientific names based on the Plant List Database and search the Families for genus.

Details

Package: plantlist
Type: Package
Title: Looking Up the Status of Plant Scientific Names based on The Plant List Database
Version: 0.5.5
Date: 2018-11-15
Authors@R: person("Jinlong", "Zhang", role = c("aut", "cre"), email = "jinlongzhang01@gmail.com")
Author: Jinlong Zhang [aut, cre]
Maintainer: Jinlong Zhang <jinlongzhang01@gmail.com>
Description: Looking up the status of scientific names and check the families for plant species based on The Plant List Database.
License: GPL-2
Depends: R (>= 3.0.3)
Imports: openxlsx, Rcpp
Encoding: UTF-8
LazyLoad: yes
LazyData: true
URL: https://github.com/helixcn/plantlist/
NeedsCompilation: no
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Repository: R-Forge
Repository/R-Forge/Project: plantlist
Repository/R-Forge/Revision: 37
Repository/R-Forge/DateTimeStamp: 2018-11-15 12:54:30
Date/Publication: 2018-11-15 12:54:30

Index of help topics:

CTPL                    Search Families Based on Scientific or Chinese
                        Names of Plants
CTPL2                   Adding taxonomic and conservation information
                        based on Chinese Names
TPL                     Looking up Family, Family Number and Order in
                        Modern Classification Systems.
acc_dat                 The accepted plant names from the Plant List
cnplants_dat            The Chinese Plants Database
genera_dat              The genera-family database for vascular plants
orders_dat              Order-Family Database for Angiosperms
plantlist-package       Looking Up the Status of Plant Scientific Names
                        based on The Plant List Database
status                  Looking for the taxonomic status of species
syn_dat                 Synonyms database from The Plant List
taxa.table              Making a Taxa Table based on the result of
                        function TPL for Phylomatic

Author(s)

Jinlong Zhang

Maintainer: Jinlong Zhang <jinlongzhang01@gmail.com>

Examples


TPL("Carex")
TPL("Cherry")
splist <- c( "Ranunculus japonicus", "Hepatica henryi", 
              "Heracleum acuminatum", "Solanum nigrum", 
              "Punica sp.", "Machilus", "Today", "####" ) 
res <- TPL(splist)
taxa.table(res)


[Package plantlist version 0.5.5 Index]