jitter_params | R Documentation |
Creates a jittered g3_tmb parameter template
jitter_params(
params,
jitter_fraction = 0.1,
pattern_to_ignore = NULL,
within_bounds = TRUE
)
params |
A g3 tmb parameter template |
jitter_fraction |
The fraction of jittering for a value |
pattern_to_ignore |
Regular expression of parameters to avoid jittering |
within_bounds |
Logical, if TRUE, jittered values that fall outside parameter bounds (params$lower, params$upper) will be adjusted to fall within the bounds |
Jittered set of parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.