Skip to contents

table for species names, abreviations and type (coniferous/broadleaf), and display color

Usage

species_color()

Value

A data frame with species name, color, coniferous (C) / broadleaf (B) type, and name abreviation GESP of GEnus and SPecies

See also

plot_tree_inventory for tree inventory display

Examples

# load table
tab.species <- species_color()
head(tab.species)
#>                     name     col broad.conif abvr
#> ABAL          Abies alba  purple           C ABAL
#> AC                  Acer  orange           B   AC
#> ACCA      Acer campestre orange1           B ACCA
#> ACOP         Acer opalus orange2           B ACOP
#> ACPL    Acer platanoides orange3           B ACPL
#> ACPS Acer pseudoplatanus orange4           B ACPS
summary(tab.species)
#>      name               col            broad.conif     abvr          
#>  Length:66          Length:66          B   :51     Length:66         
#>  Class :character   Class :character   C   :14     Class :character  
#>  Mode  :character   Mode  :character   NA's: 1     Mode  :character