Creates tracks for plotting in the Kobe Phase Plot

# S4 method for numeric,numeric
trks(stock, harvest, prob = c(0.25, 0.5, 0.75),
  na.rm = FALSE)

Arguments

stock

an object of class vector,data.frame,...

harvest

an object of class vector,data.frame,...

prob

a numeric vector with probabilities

na.rm

logical

Examples

# NOT RUN {
trks()
# }