tv2taxlist | R Documentation |
Importing species lists from Turboveg 2 databases into a taxlist object.
Internally the funcions foreign::read.dbf()
and df2taxlist()
are called.
tv2taxlist(taxlist, tv_home = tv.home(), ...)
taxlist |
Character value indicating the name of a species list in Turboveg. |
tv_home |
Character value indicating the path to the main Turboveg
folder. By default the function |
... |
Further arguments passed to |
A taxlist object.
Miguel Alvarez kamapu78@gmail.com
df2taxlist()
## Cyperus data set installed as Turboveg species list
Cyperus <- tv2taxlist(taxlist = "cyperus",
tv_home = file.path(path.package("taxlist"), "tv_data"))
Cyperus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.