Skip to content

Commit

Permalink
Small fix in dataset docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Génin committed Dec 9, 2023
1 parent ba67897 commit 16a199e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
21 changes: 12 additions & 9 deletions R/datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,18 @@
#' @description Vegetation data along a rainfall gradient in Serengeti national
#' park.
#'
#' @details The data-set consists of a rectangular area of size 7.5 km x 90 km.
#' These data are represented as a list of matrices. Each matrix is a moving
#' window of 7.5 km x 7.5 km which moves my 2.5 km along the length of the
#' rectangular data-set.
#' Each entry in the matrix is vegetation data at a resolution of 30m as
#' classified into binary units with 0 (grass) and 1 (forest).
#' The rainfall data provided here is the average rainfall (mm/yr) of a
#' moving window of dimension 7.5km which moves my 2.5 km along the length
#' of the rectangular data-set.
#' @details
#'
#' The data-set consists of a rectangular area of size 7.5 km x 90 km.
#' These data are represented as a list of matrices. Each matrix is a moving
#' window of 7.5 km x 7.5 km which moves my 2.5 km along the length of the
#' rectangular data-set.
#'
#' Each entry in the matrix is vegetation data at a resolution of 30m as
#' classified into binary units with FALSE (grass) and TRUE (forest).
#' The rainfall data provided here is the average rainfall (mm/yr) of a
#' moving window of dimension 7.5km which moves my 2.5 km along the length
#' of the rectangular data-set.
#'
#' @format A list of logical matrices
#'
Expand Down
17 changes: 9 additions & 8 deletions man/serengeti.Rd

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

0 comments on commit 16a199e

Please sign in to comment.