Catch curve analysis

# S4 method for numeric,numeric
cc(age, n, ...)

Arguments

age

age

n

frequency

...

any other arguments

Value

Returns an object of same class age

See also

Examples

# NOT RUN {
data(ple4)
ctc=as.data.frame(catch.n(ple4))
dat=cc(age=ctc$age,n=ctc$data)
head(dat)
# }