pheno_prep_sr: Convert a Santa Rosa phenology table from long to wide format...

Description Usage Arguments Examples

View source: R/pheno-functions.R

Description

Convert a Santa Rosa phenology table from long to wide format and prepare for fruit biomass calculation.

Usage

1
2
pheno_prep_sr(pheno = NULL, exclude_species = "", item = "Fruit",
  maturity = "Mature", ...)

Arguments

pheno

The data frame of phenology data from Santa Rosa.

exclude_species

A character vector of species codes to exclude.

item

The food part to focus on. Default is "Fruit".

maturity

Maturity of the food part to focus on. Default is "Mature". Only other valid option is "Immature".

Examples

1
pheno <- pheno_prep_sr(ph, exclude_species = c("SPAV", "FUNK"))

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