Description Usage Arguments Value Examples
getPSUNASC gets a joined table with meanNASC, psu, stratum, and area. I.e., reads transect data, strata and area information from baseline Java object and merges them into one data frame.
aggPSUNASC aggregates psuNASC Layer to PELBOT. Used within functions when resampling and rescaling NASC values if Layer!=PELBOT.
1 2 3 | getPSUNASC(projectName)
aggPSUNASC(psuNASC)
|
projectName |
The name or full path of the project, a baseline object (as returned from |
psuNASC |
Data frame as returned from from |
A Java integer, double, or Boolean
getPSUNASC returns psuNASC Data frame with mean NASC (Value) per transect (PSU) and Layer together with strata area
aggPSUNASC returns psuNASC_agg Data frame with mean NASC (Value) per transect (PSU)
1 2 | psuNASC <- getPSUNASC("Test_Rstox")
psuNASC_agg <- aggPSUNASC(psuNASC=psuNASC)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.