diff --git a/R/esp_get_can_box.R b/R/esp_get_can_box.R index 0788aadc..e35c9642 100644 --- a/R/esp_get_can_box.R +++ b/R/esp_get_can_box.R @@ -10,7 +10,8 @@ #' Islands. #' #' @family political -#' @seealso [esp_move_can()] +#' @family Canary Islands +#' #' @rdname esp_get_can_box #' #' @name esp_get_can_box @@ -188,6 +189,9 @@ esp_get_can_box <- function(style = "right", #' * [esp_get_can_provinces()] is used to draw a separator line between the two #' provinces of the Canary Islands. #' +#' See also [esp_move_can()] to displace stand-alone objects on the Canary +#' Islands. +#' #' @return `esp_get_can_provinces` returns a `LINESTRING` object. #' #' @source diff --git a/R/esp_move_can.R b/R/esp_move_can.R index 813663a0..392852c8 100644 --- a/R/esp_move_can.R +++ b/R/esp_move_can.R @@ -2,7 +2,7 @@ #' #' @description #' Helper function to displace an external \CRANpkg{sf} object (potentially -#' representing a location in the Canary Islands) to aling it with the objects +#' representing a location in the Canary Islands) to align it with the objects #' provided by \CRANpkg{sf} with the option `moveCAN = TRUE`. #' #' @@ -19,8 +19,8 @@ #' rather than the package \CRANpkg{mapSpain}. #' #' @family helper +#' @family Canary Islands #' -#' @seealso [esp_get_can_box()], [esp_get_can_provinces()] #' #' @export #' diff --git a/man/esp_get_can_box.Rd b/man/esp_get_can_box.Rd index 4584b6f8..af67a67b 100644 --- a/man/esp_get_can_box.Rd +++ b/man/esp_get_can_box.Rd @@ -50,6 +50,9 @@ Islands. \item \code{\link[=esp_get_can_provinces]{esp_get_can_provinces()}} is used to draw a separator line between the two provinces of the Canary Islands. } + +See also \code{\link[=esp_move_can]{esp_move_can()}} to displace stand-alone objects on the Canary +Islands. } \section{Displacing the Canary Islands}{ While \code{moveCAN} is useful for visualization, it would alter the actual @@ -139,8 +142,6 @@ ggplot(Countries) + } } \seealso{ -\code{\link[=esp_move_can]{esp_move_can()}} - Other political: \code{\link{esp_codelist}}, \code{\link{esp_get_capimun}()}, @@ -152,5 +153,9 @@ Other political: \code{\link{esp_get_nuts}()}, \code{\link{esp_get_prov}()}, \code{\link{esp_get_simpl_prov}()} + +Other Canary Islands: +\code{\link{esp_move_can}()} } +\concept{Canary Islands} \concept{political} diff --git a/man/esp_move_can.Rd b/man/esp_move_can.Rd index b70e0faa..fa651e9e 100644 --- a/man/esp_move_can.Rd +++ b/man/esp_move_can.Rd @@ -18,7 +18,7 @@ displaced accordingly. } \description{ Helper function to displace an external \CRANpkg{sf} object (potentially -representing a location in the Canary Islands) to aling it with the objects +representing a location in the Canary Islands) to align it with the objects provided by \CRANpkg{sf} with the option \code{moveCAN = TRUE}. } \details{ @@ -67,9 +67,11 @@ ggplot(esp) + } \seealso{ -\code{\link[=esp_get_can_box]{esp_get_can_box()}}, \code{\link[=esp_get_can_provinces]{esp_get_can_provinces()}} - -Other helper: +Other helper: \code{\link{esp_check_access}()} + +Other Canary Islands: +\code{\link{esp_get_can_box}()} } +\concept{Canary Islands} \concept{helper}