geobb: geobb plots the naive geometric mean by year and block

View source: R/candidate_functions.r

geobbR Documentation

geobb plots the naive geometric mean by year and block

Description

geobb plots the naive geometric mean by year and block. It expects to find a LnCE variable, the natural log of coue, in the input data.frame or matrix.

Usage

geobb(ind, sau = "block", legloc = "topright", LnCE = "LnCE", 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", usually determined interactively for each instance

LnCE

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

year

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

Value

invisibly returns the naive gemetric mean of cpue by year and block

Examples

## Not run: 
   print("wait")

## End(Not run)

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