transect_subset_sr: Get relevant transect data corresponding to pheno species....

Description Usage Arguments Examples

Description

Get relevant transect data corresponding to pheno species. Also exclude individual trees that are too small to produce food based on FPVs.

Usage

1
transect_subset_sr(tr = NULL, pheno = NULL, min_dbh = NULL)

Arguments

tr

PACE transect data.

pheno

Phenology data created by pheno_prep_fruit_sr.

min_dbh

FPV minimum DBH data created by fpv_get_min_dbh_sr.

Examples

1
tr_pheno_fpv <- transect_subset_sr(tr, pheno, min_dbh)

camposfa/paceR documentation built on May 23, 2020, 5:54 a.m.