Skip to content

Commit 408311f

Browse files
committed
Shorten example
1 parent 6231927 commit 408311f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

R/gather-spread.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
#' * columns for each parameter with a sample per row
2525
#'
2626
#' @examples
27-
#' m <- sdmTMB(density ~ 0 + depth_scaled + depth_scaled2,
28-
#' data = pcod_2011, mesh = pcod_mesh_2011, family = tweedie(),
29-
#' spatiotemporal = "AR1", time = "year")
27+
#' m <- sdmTMB(density ~ depth_scaled,
28+
#' data = pcod_2011, mesh = pcod_mesh_2011, family = tweedie())
3029
#' head(spread_sims(m, nsim = 10))
3130
#' head(gather_sims(m, nsim = 10))
3231
#' samps <- gather_sims(m, nsim = 1000)

man/gather_sims.Rd

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)