Skip to contents
  • sitespecies: Table of extratropical ForestGEO sites in allodb (n=24) and their tree species.

  • sitespecies_metadata: Metadata for sitespecies table.

Usage

sitespecies

sitespecies_metadata

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 1113 rows and 10 columns.

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 10 rows and 4 columns.

See also

Other database datasets: equations, missing_values, references, sites_info

Examples

# preview the datasets
print(head(sitespecies))
#> # A tibble: 6 × 10
#>   site        family genus species variety subsp…¹ latin…² speci…³ life_…⁴ notes
#>   <chr>       <chr>  <chr> <chr>   <chr>   <chr>   <chr>   <chr>   <chr>   <chr>
#> 1 changbaish… Pinac… Abies holoph… NA      NA      Abies … NA      Tree    NA   
#> 2 changbaish… Pinac… Abies nephro… NA      NA      Abies … NA      Tree    NA   
#> 3 changbaish… Arali… Acan… sentic… NA      NA      Acanth… NA      Tree    NA   
#> 4 changbaish… Acera… Acer  barbin… NA      NA      Acer b… NA      Tree    NA   
#> 5 changbaish… Acera… Acer  ginnala NA      NA      Acer g… NA      Tree    NA   
#> 6 changbaish… Acera… Acer  mandsh… NA      NA      Acer m… NA      Tree    NA   
#> # … with abbreviated variable names ¹​subspecies, ²​latin_name, ³​species_code,
#> #   ⁴​life_form
print(head(sitespecies_metadata))
#> # A tibble: 6 × 4
#>   Column Field      Description                                          Colum…¹
#>   <chr>  <chr>      <chr>                                                <chr>  
#> 1 1 / A  site       ForestGEO site name (full site name or abbreviated)  charac…
#> 2 2 / B  family     Plant family name revised in Taxonomic Name Resolut… charac…
#> 3 3 / C  genus      Plant genus name                                     charac…
#> 4 4 / D  species    Plant specific name or epithet. When referring to a… charac…
#> 5 5 / E  variety    Variation recognized within a species                charac…
#> 6 6 / F  subspecies Subspecies recognized within a species               charac…
#> # … with abbreviated variable name ¹​Column_type