add_percent_cover_column: Add column for the percent cover

Description Usage Arguments Value Examples

View source: R/table_addons.R

Description

Some phenophases are for the percent cover of green leaves but use an ordinal scale. This adds the column PERCENT_COVER for when those phenophases are present. If other phenophases are not present in the data.frame then the percent cover for those entries will be NA.

The relavant phenophases are: 'DS_202' - Percentage of leaves green for deciduous shrubs 'DS_214' - Percentage of canopy full with colored leaves for deciduous shrubs 'GR_202' - Percentage of canopy green for perennial grasses

Usage

1

Arguments

df

a data.frame from a get_*_phenophase function

Value

data.frame

Examples

1
2
get_fg_phenophase(functional_group = 'DS') %>%
    add_percent_cover_column()

sdtaylor/phenometR documentation built on Sept. 15, 2021, 6:35 a.m.