View source: R/multByEscapement.R
Multiplies escapement estimates by composition estimates
1 2 3 4 5 6 7 8 9 10  | multByEscapement(
  prepData,
  mainRes,
  clipRes = NA,
  popSizes,
  verbose = TRUE,
  writeSummary = TRUE,
  prefix = "",
  alpha = 0.1
)
 | 
prepData | 
 the same   | 
mainRes | 
 the output of   | 
clipRes | 
 the output of   | 
popSizes | 
 a list of population size estimates for each strata, in order, with each strata being an entry in the list  | 
verbose | 
 FALSE to repress output written to the screen  | 
writeSummary | 
 FALSE to repress summary files being written  | 
prefix | 
 the prefix to use when namign the summary files  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.