volSmry_byCS: Summarize volume components per hectare by cluster and...

Description Usage Arguments Value Author(s)

Description

Summarizes volume components per hectare by cluster and species. The function is last part of vol_ha_2017.sas.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
volSmry_byCS(treeMC, utilLevel, weirdUtil, equation)

## S4 method for signature 'data.table,numeric,character,character'
volSmry_byCS(treeMC,
  utilLevel, weirdUtil, equation)

## S4 method for signature 'data.table,missing,character,character'
volSmry_byCS(treeMC,
  weirdUtil, equation)

## S4 method for signature 'data.table,numeric,missing,character'
volSmry_byCS(treeMC,
  utilLevel, equation)

## S4 method for signature 'data.table,numeric,numeric,character'
volSmry_byCS(treeMC,
  utilLevel, weirdUtil, equation)

## S4 method for signature 'data.table,numeric,character,missing'
volSmry_byCS(treeMC,
  utilLevel, weirdUtil)

## S4 method for signature 'data.table,missing,missing,missing'
volSmry_byCS(treeMC)

Arguments

treeMC

data.table, Tree-level compiled data for all volume trees.

utilLevel

numeric, Utilization levels. Default is 4.

weirdUtil

character, Weird util. Default is No. Otherwise need to be specified as a number.

equation

character, Specifies whether the compiler is based on KBEC or KFIZ. Default is KBEC.

Value

A data table summarizes volume components by cluster and species. Equevalent to smy_cs.

Author(s)

Yong Luo


bcgov/BCForestGroundSample documentation built on May 25, 2019, 3:21 p.m.