Skip to content

Commit

Permalink
Updating website for version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavdelius committed Jun 8, 2020
1 parent 4559b4d commit bef7e2f
Show file tree
Hide file tree
Showing 174 changed files with 13,881 additions and 878 deletions.
4 changes: 2 additions & 2 deletions R/MizerSim-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ finalNResource <- function(sim) {
#' idx <- idxFinalT(sim)
#' idx
#' # This coincides with
#' length(times(sim))
#' length(getTimes(sim))
#' # and corresponds to the final time
#' times(sim)[idx]
#' getTimes(sim)[idx]
#' # We can use this index to extract the result at the final time
#' identical(N(sim)[idx, , ], finalN(sim))
#' identical(NResource(sim)[idx, ], finalNResource(sim))
Expand Down
81 changes: 77 additions & 4 deletions docs/404.html

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

79 changes: 72 additions & 7 deletions docs/articles/a_multispecies_model_of_the_north_sea.html

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

79 changes: 72 additions & 7 deletions docs/articles/community_model.html

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

Loading

0 comments on commit bef7e2f

Please sign in to comment.