summarizer | R Documentation |
This is a tool that quickly breaks down the results of any of the fleet wrappers to provide information on the number of trips, unique vessels, unique licences, and total catch. These results can be further aggregated by Year, NAFO area, Species code, GEAR TYPE, as well as by any fields that exist in the TRIPS or SETS object of the marfis or isdb results (or both).
summarizer(
data = NULL,
units = "KGS",
bySpp = TRUE,
byYr = FALSE,
byQuarter = FALSE,
byGr = TRUE,
byNAFO = FALSE,
byCust = NULL,
specMARF = NULL,
specISDB = NULL,
doMARF = T,
doISDB = T,
quietly = F
)
data |
default is |
units |
default is |
bySpp |
default is |
byYr |
default is |
byQuarter |
default is |
byGr |
default is |
byNAFO |
default is |
byCust |
default is |
specMARF |
default is |
specISDB |
default is |
doMARF |
default is |
doISDB |
default is |
quietly |
default is |
by default, a list containing an object with the results of both MARF and ISDB is
returned. If either doMARF
or doISDB
is set to FALSE, than the returned object is
a dataframe
Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca
Other simpleproducts:
get_vmstracks()
,
quick_map()
,
summarize_locations()
## Not run:
summary <- summarizer(data = Halibut2017, byGr = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.