Description Usage Arguments Value Examples
yearZero - examines an input data.frame of matrix in the variables listed in the parameter 'label' and counts the zeros, NAs, and those greater than 0. It counts these relative to a 'Year' variable, or any grouping variable identified using the 'years' parameter.
1 |
indat |
the data.frame or matrix to be examined |
years |
the grouping variable for counts to be compared across, defaults to 'Year' |
label |
the collection of column names which are to be examined, defaults to c('catch_kg','Effort'), which is suitable for SESSF data sets.#' |
A matrix of the variables in 'label' with a column for each of Zeros, >0, and NAs, with a final column of the number of records per grouping variable value.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.