Skip to content

Commit 31d038f

Browse files
committed
cleanup examples
1 parent 4088c77 commit 31d038f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/20_dynamics.R

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
#'
2323
#' @examples
2424
#' # Generate a time series of abundance for a bowhead whale
25-
#' dynamics(lh.params = list(S0 = 0.944, S1plus = 0.99, K1plus = 9000, AgeMat = 17,nages = 25,z = 2.39, lambdaMax = 1.04),
25+
#' dynamics(lh.params = list(S0 = 0.944, S1plus = 0.99,
26+
#' K1plus = 9000, AgeMat = 17,nages = 25,
27+
#' z = 2.39, lambdaMax = 1.04),
2628
#' InitDepl = 0.6, ConstantCatch = NA, ConstantF = rep(0.01, times = 100),
2729
#' nyears = 100)
2830
#' @export

0 commit comments

Comments
 (0)