-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
produceSamplingCoverage function #11
Comments
Update WGRDBES-EST 2024 The function was amended during WGRDBES-EST 2024. The main edits were related to:
The current output of the function, when compiled as follows, is shown below. produceSamplingCoverage(
rdbesobj,
var = "SAsampWtLive",
contrastVar = "CLoffWeight",
by = NA,
type = "Spatial",
resolution ="ICES Rectangle",
year = NA,
quarter = NA,
vesselFlag = NA,
catchCat = NA,
showSamples = T,
output_type = NA,
verbose = T
) This combination (
In summary, the
With regards to the fleet |
output from WGRDBES-EST 2023.
This function requires the user to specify data containing the sampling information and a database for contrast (one of landing or effort data). The user should also specify type of comparison and a resolution of the comparison as follows:
The parameters of this function are:
The function output provides information on the distribution of the number of samples versus landing or effort unit across the levels of the factors selected by the user.
If output_type == “table” the output is a table.
If output_type == “plot” the output is an heatmap.
If the type == “effort”, the output consist of one plot illustrating the number of sampled trips versus the number of trips that were performed by the fleet.
If the type == “landing”, the output consists of two plots:
The text was updated successfully, but these errors were encountered: