divbb: divbb plots a count of active diver by block by year

View source: R/candidate_functions.r

divbbR Documentation

divbb plots a count of active diver by block by year

Description

divbb plots a count of divers active by block by year

Usage

divbb(ind, sau = "block", legloc = "topright", diver = "diver", year = "year")

Arguments

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"

Value

invisibly returns the count of active divers by year and block

Examples

## Not run: 
  ind=abd2;legloc="topright";block="block";diver="diver";year="year"

## End(Not run)

haddonm/rforcpue documentation built on Oct. 12, 2024, 11:55 p.m.