|
51 | 51 | #'
|
52 | 52 | #' @note The `effort` argument specifies the level of fishing effort during the
|
53 | 53 | #' simulation. If it is not supplied, the initial effort stored in the params
|
54 |
| -#' object is used. The effort can be specified in three different ways: |
| 54 | +#' object is used. The effort can be specified in four different ways: |
55 | 55 | #' \itemize{
|
56 | 56 | #' \item A single numeric value. This specifies the effort of all fishing gears
|
57 | 57 | #' which is constant through time (i.e. all the gears have the same constant
|
58 | 58 | #' effort).
|
| 59 | +#' \item A named vector whose names match with existing gear names. |
| 60 | +#' The values in the vector specify the constant fishing effort for those |
| 61 | +#' fishing gears, i.e. the effort is constant through time. The |
| 62 | +#' effort for gears that are not included in the effort vector is set to 0. |
59 | 63 | #' \item A numerical vector which has the same length as the number of fishing
|
60 |
| -#' gears. The vector must be named and the names must correspond to the gear |
61 |
| -#' names in the `MizerParams` object. The values in the vector specify the |
62 |
| -#' constant fishing effort of each of the fishing gears, i.e. the effort is |
63 |
| -#' constant through time but each gear may have a different fishing effort. |
| 64 | +#' gears. The values in the vector specify the |
| 65 | +#' constant fishing effort of each of the fishing gears, with the ordering |
| 66 | +#' assumed to be the same as in the MizerParams object. |
64 | 67 | #' \item A numerical array with dimensions time x gear. This specifies the
|
65 | 68 | #' fishing effort of each gear at each time step. The first dimension, time,
|
66 | 69 | #' must be named numerically and increasing. The second dimension of the array
|
67 | 70 | #' must be named and the names must correspond to the gear names in the
|
68 |
| -#' `MizerParams` argument. The value for the effort for a particular time |
| 71 | +#' `MizerParams` object. The value for the effort for a particular time |
69 | 72 | #' is used during the interval from that time to the next time in the array.
|
70 | 73 | #' }
|
71 | 74 | #'
|
|
0 commit comments