Skip to content

Commit 9f06d74

Browse files
Update docs with pkgdev
1 parent 75f3dd7 commit 9f06d74

14 files changed

+29
-29
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -86,34 +86,34 @@ object, (for example, `as_tibble()` would return a `tibble`).
8686

8787
Current methods and functions provided by **tidyterra** are:
8888

89-
| tidyverse method | `SpatVector` | `SpatRaster` |
90-
|----|----|----|
91-
| `tibble::as_tibble()` | ✔️ | ✔️ |
92-
| `dplyr::select()` | ✔️ | ✔️ Select layers |
93-
| `dplyr::mutate()` | ✔️ | ✔️ Create /modify layers |
94-
| `dplyr::transmute()` | ✔️ | ✔️ |
95-
| `dplyr::filter()` | ✔️ | ✔️ Modify cells values and (additionally) remove outer cells. |
96-
| `dplyr::slice()` | ✔️ | ✔️ Additional methods for slicing by row and column. |
97-
| `dplyr::pull()` | ✔️ | ✔️ |
98-
| `dplyr::rename()` | ✔️ | ✔️ |
99-
| `dplyr::relocate()` | ✔️ | ✔️ |
100-
| `dplyr::distinct()` | ✔️ | |
101-
| `dplyr::arrange()` | ✔️ | |
102-
| `dplyr::glimpse()` | ✔️ | ✔️ |
103-
| `dplyr::inner_join()` family | ✔️ | |
104-
| `dplyr::summarise()` | ✔️ | |
105-
| `dplyr::group_by()` family | ✔️ | |
106-
| `dplyr::rowwise()` | ✔️ | |
107-
| `dplyr::count()`, `tally()` | ✔️ | |
108-
| `dplyr::bind_cols()` / `dplyr::bind_rows()` | ✔️ as `bind_spat_cols()` / `bind_spat_rows()` | |
109-
| `tidyr::drop_na()` | ✔️ | ✔️ Remove cell values with `NA` on any layer. Additionally, outer cells with `NA` are removed. |
110-
| `tidyr::replace_na()` | ✔️ | ✔️ |
111-
| `tidyr::fill()` | ✔️ | |
112-
| `tidyr::pivot_longer()` | ✔️ | |
113-
| `tidyr::pivot_wider()` | ✔️ | |
114-
| `ggplot2::autoplot()` | ✔️ | ✔️ |
115-
| `ggplot2::fortify()` | ✔️ to **sf** via `sf::st_as_sf()` | To a **tibble** with coordinates. |
116-
| `ggplot2::geom_*()` | ✔️ `geom_spatvector()` | ✔️ `geom_spatraster()` and `geom_spatraster_rgb()`. |
89+
| tidyverse method | `SpatVector` | `SpatRaster` |
90+
|---------------------------------------------|-----------------------------------------------|------------------------------------------------------------------------------------------------|
91+
| `tibble::as_tibble()` | ✔️ | ✔️ |
92+
| `dplyr::select()` | ✔️ | ✔️ Select layers |
93+
| `dplyr::mutate()` | ✔️ | ✔️ Create /modify layers |
94+
| `dplyr::transmute()` | ✔️ | ✔️ |
95+
| `dplyr::filter()` | ✔️ | ✔️ Modify cells values and (additionally) remove outer cells. |
96+
| `dplyr::slice()` | ✔️ | ✔️ Additional methods for slicing by row and column. |
97+
| `dplyr::pull()` | ✔️ | ✔️ |
98+
| `dplyr::rename()` | ✔️ | ✔️ |
99+
| `dplyr::relocate()` | ✔️ | ✔️ |
100+
| `dplyr::distinct()` | ✔️ | |
101+
| `dplyr::arrange()` | ✔️ | |
102+
| `dplyr::glimpse()` | ✔️ | ✔️ |
103+
| `dplyr::inner_join()` family | ✔️ | |
104+
| `dplyr::summarise()` | ✔️ | |
105+
| `dplyr::group_by()` family | ✔️ | |
106+
| `dplyr::rowwise()` | ✔️ | |
107+
| `dplyr::count()`, `tally()` | ✔️ | |
108+
| `dplyr::bind_cols()` / `dplyr::bind_rows()` | ✔️ as `bind_spat_cols()` / `bind_spat_rows()` | |
109+
| `tidyr::drop_na()` | ✔️ | ✔️ Remove cell values with `NA` on any layer. Additionally, outer cells with `NA` are removed. |
110+
| `tidyr::replace_na()` | ✔️ | ✔️ |
111+
| `tidyr::fill()` | ✔️ | |
112+
| `tidyr::pivot_longer()` | ✔️ | |
113+
| `tidyr::pivot_wider()` | ✔️ | |
114+
| `ggplot2::autoplot()` | ✔️ | ✔️ |
115+
| `ggplot2::fortify()` | ✔️ to **sf** via `sf::st_as_sf()` | To a **tibble** with coordinates. |
116+
| `ggplot2::geom_*()` | ✔️ `geom_spatvector()` | ✔️ `geom_spatraster()` and `geom_spatraster_rgb()`. |
117117

118118
## :exclamation: A note on performance
119119

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"SystemRequirements": null
338338
},
339339
"keywords": ["r", "terra", "ggplot-extension", "r-spatial", "rspatial", "cran", "cran-r", "r-package", "rstats", "rstats-package"],
340-
"fileSize": "2410.939KB",
340+
"fileSize": "2427.806KB",
341341
"citation": [
342342
{
343343
"@type": "ScholarlyArticle",

pkgdown/favicon/favicon-96x96.png

26 Bytes
Loading
48 Bytes
Loading

vignettes/aggregate-1.png

12 Bytes
Loading

vignettes/aggregate-2.png

85 Bytes
Loading

vignettes/contourfilled-1.png

36 Bytes
Loading

vignettes/contourlines-1.png

930 Bytes
Loading

vignettes/faceted-1.png

258 Bytes
Loading

vignettes/hypso-1.png

3.54 KB
Loading

0 commit comments

Comments
 (0)