View source: R/candidate_functions.r
cbb | R Documentation |
cbb plots out the catch by block or by sau, A legend is produced if there is a matrix of values and is made up of the column names of the input catchb matrix.
cbb(ind, sau = "block", legloc = "topright", catch = "catch", year = "year")
ind |
the input data.frame or matrix |
sau |
the column name of the sau variable default = "block" |
legloc |
the location of the legend defaults to "topright", could be "topleft", "bottomleft", or "bottomright" |
catch |
the column name of the catch variable default = "catch" |
year |
the column name of the year variable default = "year" |
invisibly the catch by year by block as a matrix
## Not run:
ind=abd2;legloc="topright";sau="block";catch="catch";year="year"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.