|
6 | 6 | #' and result in much "cleaner" images when plotted. |
7 | 7 | #' |
8 | 8 | #' @param grd 'SpatialGridDataFrame', 'SpatialPixelsDataFrame', or 'Raster*'. |
9 | | -#' Spatial grid |
| 9 | +#' Spatial grid |
10 | 10 | #' @param zcol 'character' string or 'integer' count. |
11 | | -#' Layer to extract from a multi-layer spatial grid. |
| 11 | +#' Layer to extract from a multi-layer spatial grid. |
12 | 12 | #' @param level 'logical' flag. |
13 | | -#' If true, a set of levels is used to partition the range of attribute values, |
14 | | -#' its default is false. |
| 13 | +#' If true, a set of levels is used to partition the range of attribute values, |
| 14 | +#' its default is false. |
15 | 15 | #' @param at 'numeric' vector. |
16 | | -#' Breakpoints along the range of attribute values. |
| 16 | +#' Breakpoints along the range of attribute values. |
17 | 17 | #' @param cuts 'integer' count. |
18 | | -#' Number of levels the range of attribute values would be divided into. |
| 18 | +#' Number of levels the range of attribute values would be divided into. |
19 | 19 | #' @param pretty 'logical' flag. |
20 | | -#' Whether to use pretty cut locations. |
| 20 | +#' Whether to use pretty cut locations. |
21 | 21 | #' @param xlim 'numeric' vector of length 2. |
22 | | -#' Left and right limits of the spatial grid, data outside these limits is excluded. |
| 22 | +#' Left and right limits of the spatial grid, data outside these limits is excluded. |
23 | 23 | #' @param ylim 'numeric' vector of length 2. |
24 | | -#' Lower and upper limits of the spatial grid, |
25 | | -#' data outside these limits is excluded. |
| 24 | +#' Lower and upper limits of the spatial grid, |
| 25 | +#' data outside these limits is excluded. |
26 | 26 | #' @param zlim 'numeric' vector of length 2. |
27 | | -#' Minimum and maximum limits of the attribute variable, |
28 | | -#' data outside these limits is excluded. |
| 27 | +#' Minimum and maximum limits of the attribute variable, |
| 28 | +#' data outside these limits is excluded. |
29 | 29 | #' @param ply 'SpatialPolygons', or 'SpatialGridDataFrame'. |
30 | | -#' Cropping polygon |
| 30 | +#' Cropping polygon |
31 | 31 | #' @param check_validity 'logical' flag. |
32 | | -#' If true (default), check the validity of polygons. |
33 | | -#' If any of the polygons are invalid, try making them valid by zero-width buffering. |
| 32 | +#' If true (default), check the validity of polygons. |
| 33 | +#' If any of the polygons are invalid, try making them valid by zero-width buffering. |
34 | 34 | #' |
35 | 35 | #' @return An object of class 'SpatialPolygonsDataFrame'. |
36 | 36 | #' The objects \code{data} slot is a data frame, number of rows equal to |
|
0 commit comments