Skip to content

Commit

Permalink
Another tweak to sim_distribution example
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRegular committed Jun 3, 2020
1 parent af02b40 commit 33a6e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/sim_dist.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,8 @@ sim_parabola <- function(alpha = 0, mu = 200, sigma = 70, plot = FALSE) {
#' phi_year = 0.1),
#' depth_par = sim_parabola(mu = 200,
#' sigma = 50))
#' plot_distribution(sim, ages = 1:5, years = 1:5, type = "heatmap")
#' plot_distribution(sim, ages = 1, years = 1:10)
#' plot_distribution(sim, ages = 1:10, years = 5)
#' head(sim$sp_N)
#' head(sim$grid_xy)
#'
#' @export
#'
Expand Down
5 changes: 2 additions & 3 deletions man/sim_distribution.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33a6e5d

Please sign in to comment.