hbb: hbb plots the hours by year by block

View source: R/candidate_functions.r

hbbR Documentation

hbb plots the hours by year by block

Description

hbb plots the hours by year by block

Usage

hbb(ind, sau = "block", legloc = "topright", hours = "hours", year = "year")

Arguments

ind

the input data.frame or matrix

sau

the column name of the block variable default = "block"

legloc

the location of the legend defaults to "topright", could be "topleft", "bottomleft", or "bottomright"

hours

the column name of the effort variable default = "hours"

year

the column name of the year variable default = "year"

Value

invisibly a matrix of effort(hours) by year by block

Examples

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


## End(Not run)

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