View source: R/candidate_functions.r
divbb | R Documentation |
divbb plots a count of divers active by block by year
divbb(ind, sau = "block", legloc = "topright", diver = "diver", year = "year")
ind |
input data.frame or matrix |
sau |
the column name of the block variable default = "block" |
legloc |
location of the legend defaults to "topright", could be "topleft", "bottomleft", or "bottomright", usually determined interactively for each instance |
diver |
the column name of the diver variable default = "diver" |
year |
the column name of the year variable default = "year" |
invisibly returns the count of active divers by year and block
## Not run:
ind=abd2;legloc="topright";block="block";diver="diver";year="year"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.