kobeP: Calculates whether each point corresponds to being...

Description Usage Arguments See Also Examples

Description

kobeP

Usage

1
  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

1
2
3
4
5
6
## Not run: 
data(sims)
## where is point
res=head(kobeP(sims$stock,sims$harvest))

## End(Not run)

kobe documentation built on May 30, 2017, 12:15 a.m.