Learn R Programming

kobe (version 1.3.2)

kobeP-methods: Calculates whether each point corresponds to being over-fished or subject to over-fishing and being in the red, green or yellow regions of the kobe phase plots quadrants.

Description

kobeP

Usage

kobeP(stock, harvest,...)

Arguments

stock
numeric vector representing stock or a data.frame with columns for stock and harvest
harvest
numeric vector resprenting harvest
...
other

See Also

kobeInterp,kobeP

Examples

Run this code

## Not run: 
# data(sims)
# ## where is point
# res=head(kobeP(sims$stock,sims$harvest))
# ## End(Not run)

Run the code above in your browser using DataLab