Skip to content

Commit

Permalink
Update doc (added "approximately" symbol)
Browse files Browse the repository at this point in the history
  • Loading branch information
atero18 committed Sep 15, 2023
1 parent 12dc267 commit fc17254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/sim_grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ gen_grid <- function(x_int, y_int, contiguityType = "Queen",
#' quantitative variables with different means and variances
#' @param avgPersonsPerCell A number representing the average
#' number of individuals in a cell. Must be positive and finite.
#' We have `nbIndividuals ≈ x_int * y_int * avgPersonsPerCell`.
#' (positive real)
#' @importFrom checkmate assertCount assertNumber
#' @examples simple_grid(2L, 3L, 100.0, 123L)
Expand Down
1 change: 1 addition & 0 deletions man/gen_grid.Rd

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

0 comments on commit fc17254

Please sign in to comment.