biomass_avail_hr: Calcuate available biomass per homerange using the indices as...

Description Usage Arguments Examples

Description

Calcuate available biomass per homerange using the indices as weights.

Usage

1
2
3
biomass_avail_hr(group, period_start_date, period_end_date,
  group_period_label, hr_type_incl = 95, hr_sf, tr_geom, tr_pheno_fpv,
  indices, figs_sf)

Arguments

group

def

period_start_date

def

period_end_date

def

group_period_label

def

hr_type_incl

50, 70, or 95

hr_sf

def

tr_geom

Transect data with geometries

tr_pheno_fpv

Use table including geometries

indices

Index data to use as weights created by pheno_avail_indices_sr

figs_sf

def

Examples

1
2
3
biomass_hr_first <- biomass_hr(group = "CP", period_start_date = as.Date("2009-08-24"),
                               period_end_date = as.Date("2009-12-11"), group_period_label = "CP_1",
                               hr_type_incl = 95, hr_sf, tr_geom, tr_pheno_fpv, indices, figs_sf)

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