diff --git a/man/arrange.SpatVector.Rd b/man/arrange.SpatVector.Rd index dd8f773e..455758b6 100644 --- a/man/arrange.SpatVector.Rd +++ b/man/arrange.SpatVector.Rd @@ -72,12 +72,12 @@ Other single table verbs: \code{\link{slice.Spat}}, \code{\link{summarise.SpatVector}()} -Other dplyr verbs that operate on rows: +Other \CRANpkg{dplyr} verbs that operate on rows: \code{\link{distinct.SpatVector}()}, \code{\link{filter.Spat}}, \code{\link{slice.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, \code{\link{count.SpatVector}()}, diff --git a/man/autoplot.Spat.Rd b/man/autoplot.Spat.Rd index 3bc526b8..7d93a4c5 100644 --- a/man/autoplot.Spat.Rd +++ b/man/autoplot.Spat.Rd @@ -101,7 +101,7 @@ v \%>\% autoplot(aes(fill = cpro)) + \seealso{ \code{\link[ggplot2:autoplot]{ggplot2::autoplot()}} -Other ggplot2 utils: +Other \CRANpkg{ggplot2} utils: \code{\link{fortify.Spat}}, \code{\link{geom_spat_contour}}, \code{\link{geom_spatraster}()}, @@ -109,7 +109,7 @@ Other ggplot2 utils: \code{\link{ggspatvector}}, \code{\link{stat_spat_coordinates}()} -Other ggplot2 methods: +Other \CRANpkg{ggplot2} methods: \code{\link{fortify.Spat}} } \concept{ggplot2.methods} diff --git a/man/bind_cols.SpatVector.Rd b/man/bind_cols.SpatVector.Rd index 27ff5322..c4fa1957 100644 --- a/man/bind_cols.SpatVector.Rd +++ b/man/bind_cols.SpatVector.Rd @@ -77,12 +77,12 @@ try(bind_spat_cols(sv, sfobj)) \seealso{ \code{\link[dplyr:bind_cols]{dplyr::bind_cols()}} -Other dplyr verbs that operate on pairs Spat*/data.frame: +Other \CRANpkg{dplyr} verbs that operate on pairs \code{Spat*}/data.frame: \code{\link{bind_rows.SpatVector}}, \code{\link{filter-joins.SpatVector}}, \code{\link{mutate-joins.SpatVector}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_rows.SpatVector}}, \code{\link{count.SpatVector}()}, diff --git a/man/bind_rows.SpatVector.Rd b/man/bind_rows.SpatVector.Rd index 560a039e..5753eab0 100644 --- a/man/bind_rows.SpatVector.Rd +++ b/man/bind_rows.SpatVector.Rd @@ -95,12 +95,12 @@ bind_spat_rows(list( \seealso{ \code{\link[dplyr:bind_rows]{dplyr::bind_rows()}} -Other dplyr verbs that operate on pairs Spat*/data.frame: +Other \CRANpkg{dplyr} verbs that operate on pairs \code{Spat*}/data.frame: \code{\link{bind_cols.SpatVector}}, \code{\link{filter-joins.SpatVector}}, \code{\link{mutate-joins.SpatVector}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{count.SpatVector}()}, diff --git a/man/count.SpatVector.Rd b/man/count.SpatVector.Rd index 190a608b..d8645896 100644 --- a/man/count.SpatVector.Rd +++ b/man/count.SpatVector.Rd @@ -112,12 +112,12 @@ p \%>\% \seealso{ \code{\link[dplyr:count]{dplyr::count()}}, \code{\link[dplyr:count]{dplyr::tally()}} -Other dplyr verbs that operate on group of rows: +Other \CRANpkg{dplyr} verbs that operate on group of rows: \code{\link{group-by.SpatVector}}, \code{\link{rowwise.SpatVector}()}, \code{\link{summarise.SpatVector}()} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/distinct.SpatVector.Rd b/man/distinct.SpatVector.Rd index c39a8292..a3871254 100644 --- a/man/distinct.SpatVector.Rd +++ b/man/distinct.SpatVector.Rd @@ -83,12 +83,12 @@ distinct(v, geometry, .keep_all = TRUE) \seealso{ \code{\link[dplyr:distinct]{dplyr::distinct()}}, \code{\link[terra:unique]{terra::unique()}} -Other dplyr verbs that operate on rows: +Other \CRANpkg{dplyr} verbs that operate on rows: \code{\link{arrange.SpatVector}()}, \code{\link{filter.Spat}}, \code{\link{slice.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/drop_na.Spat.Rd b/man/drop_na.Spat.Rd index c289b431..bf184c00 100644 --- a/man/drop_na.Spat.Rd +++ b/man/drop_na.Spat.Rd @@ -133,11 +133,11 @@ r \%>\% \seealso{ \code{\link[tidyr:drop_na]{tidyr::drop_na()}} -Other tidyr verbs for handling missing values: +Other \CRANpkg{tidyr} verbs for handling missing values: \code{\link{fill.SpatVector}()}, \code{\link{replace_na.Spat}} -Other tidyr methods: +Other \CRANpkg{tidyr} methods: \code{\link{fill.SpatVector}()}, \code{\link{pivot_longer.SpatVector}()}, \code{\link{pivot_wider.SpatVector}()}, diff --git a/man/fill.SpatVector.Rd b/man/fill.SpatVector.Rd index 23a5904f..9ba84126 100644 --- a/man/fill.SpatVector.Rd +++ b/man/fill.SpatVector.Rd @@ -71,11 +71,11 @@ lux_blnk \%>\% \seealso{ \code{\link[tidyr:fill]{tidyr::fill()}} -Other tidyr verbs for handling missing values: +Other \CRANpkg{tidyr} verbs for handling missing values: \code{\link{drop_na.Spat}}, \code{\link{replace_na.Spat}} -Other tidyr methods: +Other \CRANpkg{tidyr} methods: \code{\link{drop_na.Spat}}, \code{\link{pivot_longer.SpatVector}()}, \code{\link{pivot_wider.SpatVector}()}, diff --git a/man/filter-joins.SpatVector.Rd b/man/filter-joins.SpatVector.Rd index 20d81586..0e9c8b3f 100644 --- a/man/filter-joins.SpatVector.Rd +++ b/man/filter-joins.SpatVector.Rd @@ -121,12 +121,12 @@ autoplot(anti, aes(fill = iso2)) + ggtitle("Anti Join") \seealso{ \code{\link[dplyr:filter-joins]{dplyr::semi_join()}}, \code{\link[dplyr:filter-joins]{dplyr::anti_join()}}, \code{\link[terra:merge]{terra::merge()}} -Other dplyr verbs that operate on pairs Spat*/data.frame: +Other \CRANpkg{dplyr} verbs that operate on pairs \code{Spat*}/data.frame: \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, \code{\link{mutate-joins.SpatVector}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/filter.Spat.Rd b/man/filter.Spat.Rd index db7ad7df..bbb1dbd6 100644 --- a/man/filter.Spat.Rd +++ b/man/filter.Spat.Rd @@ -116,12 +116,12 @@ Other single table verbs: \code{\link{slice.Spat}}, \code{\link{summarise.SpatVector}()} -Other dplyr verbs that operate on rows: +Other \CRANpkg{dplyr} verbs that operate on rows: \code{\link{arrange.SpatVector}()}, \code{\link{distinct.SpatVector}()}, \code{\link{slice.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/fortify.Spat.Rd b/man/fortify.Spat.Rd index df8bcbfd..2f241efa 100644 --- a/man/fortify.Spat.Rd +++ b/man/fortify.Spat.Rd @@ -133,7 +133,7 @@ ggplot(cyl) + \code{\link[sf:st_as_sf]{sf::st_as_sf()}}, \link{as_tibble.Spat}, \code{\link[=as_spatraster]{as_spatraster()}}, \code{\link[ggplot2:fortify]{ggplot2::fortify()}}. -Other ggplot2 utils: +Other \CRANpkg{ggplot2} utils: \code{\link{autoplot.Spat}}, \code{\link{geom_spat_contour}}, \code{\link{geom_spatraster}()}, @@ -141,7 +141,7 @@ Other ggplot2 utils: \code{\link{ggspatvector}}, \code{\link{stat_spat_coordinates}()} -Other ggplot2 methods: +Other \CRANpkg{ggplot2} methods: \code{\link{autoplot.Spat}} Coercing objects: diff --git a/man/geom_spat_contour.Rd b/man/geom_spat_contour.Rd index 3573869f..04c6df6d 100644 --- a/man/geom_spat_contour.Rd +++ b/man/geom_spat_contour.Rd @@ -199,7 +199,7 @@ ggplot() + \seealso{ \code{\link[ggplot2:geom_contour]{ggplot2::geom_contour()}} -Other ggplot2 utils: +Other \CRANpkg{ggplot2} utils: \code{\link{autoplot.Spat}}, \code{\link{fortify.Spat}}, \code{\link{geom_spatraster}()}, diff --git a/man/geom_spatraster.Rd b/man/geom_spatraster.Rd index c87321ab..fc3d6a21 100644 --- a/man/geom_spatraster.Rd +++ b/man/geom_spatraster.Rd @@ -260,7 +260,7 @@ Recommended \code{geoms}: \item \code{\link[ggplot2:geom_text]{ggplot2::geom_text()}}. } -Other ggplot2 utils: +Other \CRANpkg{ggplot2} utils: \code{\link{autoplot.Spat}}, \code{\link{fortify.Spat}}, \code{\link{geom_spat_contour}}, diff --git a/man/geom_spatraster_rgb.Rd b/man/geom_spatraster_rgb.Rd index 9cc4b6b7..b018e51e 100644 --- a/man/geom_spatraster_rgb.Rd +++ b/man/geom_spatraster_rgb.Rd @@ -118,7 +118,7 @@ ggplot(cyl_sf) + You can get also RGB tiles from the \CRANpkg{maptiles} package, see \code{\link[maptiles:get_tiles]{maptiles::get_tiles()}}. -Other ggplot2 utils: +Other \CRANpkg{ggplot2} utils: \code{\link{autoplot.Spat}}, \code{\link{fortify.Spat}}, \code{\link{geom_spat_contour}}, diff --git a/man/ggspatvector.Rd b/man/ggspatvector.Rd index 31c56c7a..5f4fab08 100644 --- a/man/ggspatvector.Rd +++ b/man/ggspatvector.Rd @@ -166,7 +166,7 @@ ggplot(cyl) + \seealso{ \code{\link[ggplot2:ggsf]{ggplot2::geom_sf()}} -Other ggplot2 utils: +Other \CRANpkg{ggplot2} utils: \code{\link{autoplot.Spat}}, \code{\link{fortify.Spat}}, \code{\link{geom_spat_contour}}, diff --git a/man/glimpse.Spat.Rd b/man/glimpse.Spat.Rd index e1225b45..ea87d046 100644 --- a/man/glimpse.Spat.Rd +++ b/man/glimpse.Spat.Rd @@ -78,14 +78,14 @@ r \%>\% \seealso{ \code{\link[tibble:formatting]{tibble::print.tbl_df()}} -Other dplyr verbs that operate on columns: +Other \CRANpkg{dplyr} verbs that operate on columns: \code{\link{mutate.Spat}}, \code{\link{pull.Spat}}, \code{\link{relocate.Spat}}, \code{\link{rename.Spat}}, \code{\link{select.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/group-by.SpatVector.Rd b/man/group-by.SpatVector.Rd index 52fd32a6..cc04d0d4 100644 --- a/man/group-by.SpatVector.Rd +++ b/man/group-by.SpatVector.Rd @@ -128,12 +128,12 @@ p \%>\% \seealso{ \code{\link[dplyr:group_by]{dplyr::group_by()}}, \code{\link[dplyr:group_by]{dplyr::ungroup()}} -Other dplyr verbs that operate on group of rows: +Other \CRANpkg{dplyr} verbs that operate on group of rows: \code{\link{count.SpatVector}()}, \code{\link{rowwise.SpatVector}()}, \code{\link{summarise.SpatVector}()} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/mutate-joins.SpatVector.Rd b/man/mutate-joins.SpatVector.Rd index 07b22db0..5223b4cf 100644 --- a/man/mutate-joins.SpatVector.Rd +++ b/man/mutate-joins.SpatVector.Rd @@ -196,12 +196,12 @@ ggplot(full, aes(x, y)) + \code{\link[dplyr:mutate-joins]{dplyr::inner_join()}}, \code{\link[dplyr:mutate-joins]{dplyr::left_join()}}, \code{\link[dplyr:mutate-joins]{dplyr::right_join()}}, \code{\link[dplyr:mutate-joins]{dplyr::full_join()}}, \code{\link[terra:merge]{terra::merge()}} -Other dplyr verbs that operate on pairs Spat*/data.frame: +Other \CRANpkg{dplyr} verbs that operate on pairs \code{Spat*}/data.frame: \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, \code{\link{filter-joins.SpatVector}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/mutate.Spat.Rd b/man/mutate.Spat.Rd index 793b0a3e..3a770d59 100644 --- a/man/mutate.Spat.Rd +++ b/man/mutate.Spat.Rd @@ -106,14 +106,14 @@ Other single table verbs: \code{\link{slice.Spat}}, \code{\link{summarise.SpatVector}()} -Other dplyr verbs that operate on columns: +Other \CRANpkg{dplyr} verbs that operate on columns: \code{\link{glimpse.Spat}}, \code{\link{pull.Spat}}, \code{\link{relocate.Spat}}, \code{\link{rename.Spat}}, \code{\link{select.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/pivot_longer.SpatVector.Rd b/man/pivot_longer.SpatVector.Rd index 1d9374ba..0adc9db6 100644 --- a/man/pivot_longer.SpatVector.Rd +++ b/man/pivot_longer.SpatVector.Rd @@ -165,10 +165,10 @@ ggplot(nc_pivoted) + \seealso{ \code{\link[tidyr:pivot_longer]{tidyr::pivot_longer()}} -Other tidyr verbs for pivoting: +Other \CRANpkg{tidyr} verbs for pivoting: \code{\link{pivot_wider.SpatVector}()} -Other tidyr methods: +Other \CRANpkg{tidyr} methods: \code{\link{drop_na.Spat}}, \code{\link{fill.SpatVector}()}, \code{\link{pivot_wider.SpatVector}()}, diff --git a/man/pivot_wider.SpatVector.Rd b/man/pivot_wider.SpatVector.Rd index eee32c7e..5300c51f 100644 --- a/man/pivot_wider.SpatVector.Rd +++ b/man/pivot_wider.SpatVector.Rd @@ -167,10 +167,10 @@ nc_long \%>\% \seealso{ \code{\link[tidyr:pivot_wider]{tidyr::pivot_wider()}} -Other tidyr verbs for pivoting: +Other \CRANpkg{tidyr} verbs for pivoting: \code{\link{pivot_longer.SpatVector}()} -Other tidyr methods: +Other \CRANpkg{tidyr} methods: \code{\link{drop_na.Spat}}, \code{\link{fill.SpatVector}()}, \code{\link{pivot_longer.SpatVector}()}, diff --git a/man/pull.Spat.Rd b/man/pull.Spat.Rd index 68d79bc2..146d9177 100644 --- a/man/pull.Spat.Rd +++ b/man/pull.Spat.Rd @@ -106,14 +106,14 @@ r \%>\% \seealso{ \code{\link[dplyr:pull]{dplyr::pull()}} -Other dplyr verbs that operate on columns: +Other \CRANpkg{dplyr} verbs that operate on columns: \code{\link{glimpse.Spat}}, \code{\link{mutate.Spat}}, \code{\link{relocate.Spat}}, \code{\link{rename.Spat}}, \code{\link{select.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/relocate.Spat.Rd b/man/relocate.Spat.Rd index 88186bb9..6df37a13 100644 --- a/man/relocate.Spat.Rd +++ b/man/relocate.Spat.Rd @@ -69,14 +69,14 @@ spatrast \%>\% \seealso{ \code{\link[dplyr:relocate]{dplyr::relocate()}} -Other dplyr verbs that operate on columns: +Other \CRANpkg{dplyr} verbs that operate on columns: \code{\link{glimpse.Spat}}, \code{\link{mutate.Spat}}, \code{\link{pull.Spat}}, \code{\link{rename.Spat}}, \code{\link{select.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/rename.Spat.Rd b/man/rename.Spat.Rd index 65c4a52d..5252ec63 100644 --- a/man/rename.Spat.Rd +++ b/man/rename.Spat.Rd @@ -92,14 +92,14 @@ Other single table verbs: \code{\link{slice.Spat}}, \code{\link{summarise.SpatVector}()} -Other dplyr verbs that operate on columns: +Other \CRANpkg{dplyr} verbs that operate on columns: \code{\link{glimpse.Spat}}, \code{\link{mutate.Spat}}, \code{\link{pull.Spat}}, \code{\link{relocate.Spat}}, \code{\link{select.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/replace_na.Spat.Rd b/man/replace_na.Spat.Rd index 4d9630a3..dfba6cc7 100644 --- a/man/replace_na.Spat.Rd +++ b/man/replace_na.Spat.Rd @@ -49,11 +49,11 @@ r \%>\% \seealso{ \code{\link[tidyr:replace_na]{tidyr::replace_na()}} -Other tidyr verbs for handling missing values: +Other \CRANpkg{tidyr} verbs for handling missing values: \code{\link{drop_na.Spat}}, \code{\link{fill.SpatVector}()} -Other tidyr methods: +Other \CRANpkg{tidyr} methods: \code{\link{drop_na.Spat}}, \code{\link{fill.SpatVector}()}, \code{\link{pivot_longer.SpatVector}()}, diff --git a/man/rowwise.SpatVector.Rd b/man/rowwise.SpatVector.Rd index 6080ef0e..787fd1b6 100644 --- a/man/rowwise.SpatVector.Rd +++ b/man/rowwise.SpatVector.Rd @@ -94,12 +94,12 @@ v \%>\% \seealso{ \code{\link[dplyr:rowwise]{dplyr::rowwise()}} -Other dplyr verbs that operate on group of rows: +Other \CRANpkg{dplyr} verbs that operate on group of rows: \code{\link{count.SpatVector}()}, \code{\link{group-by.SpatVector}}, \code{\link{summarise.SpatVector}()} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/roxygen/meta.R b/man/roxygen/meta.R index ed782381..02fe1123 100644 --- a/man/roxygen/meta.R +++ b/man/roxygen/meta.R @@ -1,17 +1,26 @@ list( rd_family_title = list( coerce = "Coercing objects:", - tibble.methods = "Other tibble methods:", - dplyr.methods = "Other dplyr methods:", - dplyr.rows = "Other dplyr verbs that operate on rows:", - dplyr.cols = "Other dplyr verbs that operate on columns:", - dplyr.groups = "Other dplyr verbs that operate on group of rows:", - dplyr.pairs = "Other dplyr verbs that operate on pairs Spat*/data.frame:", - tidyr.methods = "Other tidyr methods:", - tidyr.pivot = "Other tidyr verbs for pivoting:", - tidyr.missing = "Other tidyr verbs for handling missing values:", - ggplot2.utils = "Other ggplot2 utils:", - ggplot2.methods = "Other ggplot2 methods:", + tibble.methods = "Other \\CRANpkg{tibble} methods:", + dplyr.methods = "Other \\CRANpkg{dplyr} methods:", + dplyr.rows = "Other \\CRANpkg{dplyr} verbs that operate on rows:", + dplyr.cols = "Other \\CRANpkg{dplyr} verbs that operate on columns:", + dplyr.groups = paste0( + "Other \\CRANpkg{dplyr} verbs that operate on ", + "group of rows:" + ), + dplyr.pairs = paste0( + "Other \\CRANpkg{dplyr} verbs that operate on ", + "pairs \\code{Spat*}/data.frame:" + ), + tidyr.methods = "Other \\CRANpkg{tidyr} methods:", + tidyr.pivot = "Other \\CRANpkg{tidyr} verbs for pivoting:", + tidyr.missing = paste0( + "Other \\CRANpkg{tidyr} verbs for handling ", + "missing values:" + ), + ggplot2.utils = "Other \\CRANpkg{ggplot2} utils:", + ggplot2.methods = "Other \\CRANpkg{ggplot2} methods:", joins = "Other joins:", grouping = "Other grouping functions:", gradients = "Other gradient scales and palettes for hypsometry:" diff --git a/man/select.Spat.Rd b/man/select.Spat.Rd index 9542bc80..3e920260 100644 --- a/man/select.Spat.Rd +++ b/man/select.Spat.Rd @@ -96,14 +96,14 @@ Other single table verbs: \code{\link{slice.Spat}}, \code{\link{summarise.SpatVector}()} -Other dplyr verbs that operate on columns: +Other \CRANpkg{dplyr} verbs that operate on columns: \code{\link{glimpse.Spat}}, \code{\link{mutate.Spat}}, \code{\link{pull.Spat}}, \code{\link{relocate.Spat}}, \code{\link{rename.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/slice.Spat.Rd b/man/slice.Spat.Rd index fa8c1cae..14d79c03 100644 --- a/man/slice.Spat.Rd +++ b/man/slice.Spat.Rd @@ -274,12 +274,12 @@ Other single table verbs: \code{\link{select.Spat}}, \code{\link{summarise.SpatVector}()} -Other dplyr verbs that operate on rows: +Other \CRANpkg{dplyr} verbs that operate on rows: \code{\link{arrange.SpatVector}()}, \code{\link{distinct.SpatVector}()}, \code{\link{filter.Spat}} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}}, diff --git a/man/stat_spat_coordinates.Rd b/man/stat_spat_coordinates.Rd index 4c7450d1..fccb3e13 100644 --- a/man/stat_spat_coordinates.Rd +++ b/man/stat_spat_coordinates.Rd @@ -85,7 +85,7 @@ ggplot(cyl) + } \seealso{ -Other ggplot2 utils: +Other \CRANpkg{ggplot2} utils: \code{\link{autoplot.Spat}}, \code{\link{fortify.Spat}}, \code{\link{geom_spat_contour}}, diff --git a/man/summarise.SpatVector.Rd b/man/summarise.SpatVector.Rd index 1367942d..1475ed79 100644 --- a/man/summarise.SpatVector.Rd +++ b/man/summarise.SpatVector.Rd @@ -104,12 +104,12 @@ Other single table verbs: \code{\link{select.Spat}}, \code{\link{slice.Spat}} -Other dplyr verbs that operate on group of rows: +Other \CRANpkg{dplyr} verbs that operate on group of rows: \code{\link{count.SpatVector}()}, \code{\link{group-by.SpatVector}}, \code{\link{rowwise.SpatVector}()} -Other dplyr methods: +Other \CRANpkg{dplyr} methods: \code{\link{arrange.SpatVector}()}, \code{\link{bind_cols.SpatVector}}, \code{\link{bind_rows.SpatVector}},