|
5 | 5 | #' @param x The name of the raster or spatial vector to get. All of these represent a portion of the eastern coast of Madagascar. |
6 | 6 | #' |
7 | 7 | #' Spatial vectors (objects of class `sf` from the **sf** package): |
8 | | -#' * [madCoast0]: Outline of the region (polygon) |
9 | | -#' * [madCoast4]: Outlines of the Fokontanies (Communes) of the region (polygons) |
10 | | -#' * [madDypsis]: Records of plants of the genus *Dypsis* (points) |
11 | | -#' * [madRivers]: Major rivers (lines) |
| 8 | +#' * [madCoast0][madCoast0]: Outline of the region (polygon) |
| 9 | +#' * [madCoast4][madCoast4]: Outlines of the Fokontanies (Communes) of the region (polygons) |
| 10 | +#' * [madDypsis][madDypsis]: Records of plants of the genus *Dypsis* (points) |
| 11 | +#' * [madRivers][madRivers]: Major rivers (lines) |
12 | 12 | #' |
13 | 13 | #' Rasters (objects of class `SpatRaster` from the **terra** package, saved as GeoTIFF files): |
14 | | -#' * [madChelsa]: Bioclimatic variables |
15 | | -#' * [madCover]: Land cover |
16 | | -#' * [`madElev`][madElev]: Elevation |
17 | | -#' * [madForest2000]: Forest cover in year 2000 |
18 | | -#' * [madForest2014]: Forest cover in year 2014 |
19 | | -#' * [madLANDSAT]: Surface reflectance in 2023 |
20 | | -#' * [madPpt], [madTmin], [madTmax]: Rasters of mean monthly precipitation, and minimum and maximum temperature. |
| 14 | +#' * [madChelsa][madChelsa]: Bioclimatic variables |
| 15 | +#' * [madCover][madCover]: Land cover |
| 16 | +#' * [madElev][madElev]: Elevation |
| 17 | +#' * [madForest2000][madForest2000]: Forest cover in year 2000 |
| 18 | +#' * [madForest2014][madForest2014]: Forest cover in year 2014 |
| 19 | +#' * [madLANDSAT][madLANDSAT]: Surface reflectance in 2023 |
| 20 | +#' * [madPpt][madPpt], [madTmin][madTmin], [madTmax][madTmax]: Rasters of mean monthly precipitation, and minimum and maximum temperature. |
21 | 21 | #' |
22 | 22 | #' Data frames |
23 | | -#' * [appFunsTable]: Table of functions usable by [app()] |
24 | | -#' * [madCoverCats]: Land cover values and categories for [madCover] |
25 | | -#' * [vegIndices]: Vegetation indices that can be calculated with [vegIndex()] |
| 23 | +#' * [appFunsTable][appFunsTable]: Table of functions usable by [app()] |
| 24 | +#' * [madCoverCats][madCoverCats]: Land cover values and categories for `madCover` |
| 25 | +#' * [vegIndices][vegIndices]: Vegetation indices that can be calculated with [vegIndex()] |
26 | 26 | #' |
27 | 27 | #' @return A `SpatRaster`, `sf` spatial vector, or a `data.frame`. |
28 | 28 | #' |
|
0 commit comments