formatGenEst {dwp} | R Documentation |
Format DWP Estimate for Use in GenEst
Description
GenEst requires dwp
data to be formatted as a data frame with columns
for turbine ID and for estimated dwp
for each carcass class. To
incorporate uncertainty in the estimates, nsim
simulated copies of
the basic format are appended to the columns in the data set.
Usage
formatGenEst(dwphat)
Arguments
dwphat |
a |
Value
an nsim*nturbine
by nclass + 1
data frame, with columns
for the turbine ID and for estimated dwp
for each carcass class (e.g.,
large
, medium
, small
, bat
).
[Package dwp version 1.1 Index]