View source: R/candidate_functions.r
geobb | R Documentation |
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.
geobb(ind, sau = "block", legloc = "topright", LnCE = "LnCE", year = "year")
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" |
invisibly returns the naive gemetric mean of cpue by year and block
## Not run:
print("wait")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.