#'net.total
#'@description computes whole net catches
#'@export
net.total<-function(NorW,fn121,fn123, ...) {
raw.data <- standardize.catch(NorW, fn121, fn123, ...)
sam.data <- aggregate(CATSTAN~PROG+YEAR+PRJ_CD+DATE+AREA+SITE+SPC+SAM, raw.data, sum)
# final output
sam.data
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.