fvsCompositeSum: Create composite summary

View source: R/fvsCompositeSum.R

fvsCompositeSumR Documentation

Create composite summary

Description

Create composite summary

Usage

fvsCompositeSum(allsum)

Arguments

allsum

A list of summary statistics tables as returned by 'fvsGetSummary()'.

Value

A named list of 4 matrices. Each matrix contains entries only for the years that are in common to all of the summary tables in sumList. The matrices are as follows: 'sumTable': The weighted average of the individual summary tables, with the same column headings 'ForType': The column headings are the unique forest type codes found in the data and the data are the sum of the corresponding sampling weights 'SizeCls': The column headings are the unique size classes found in the data and the data are the sum of the corresponding sampling weights. 'StkCls': The column headings are the unique stocking classes found in the data and the data are the sum of the corresponding sampling weights.


SilviaTerra/rFVS documentation built on March 25, 2023, 3:59 a.m.