R/andalusia.R

#' Cities of Andalusia
#' 
#' The 'andalusia' data frame has 12 rows and 4 columns, which are the geographical position of the main capital cities of andalusia.
#' @name andalusia
#' @docType data
#' @keywords data andalusia
#' @seealso See also \code{\link{orloca-package}}.
#'
#' @section Usage:
#' data('andalusia')
#' 
#' @format
#' \code{name}: The name of the city or relative position label.
#'
#' \code{x}: The x coordinate of points.
#'
#' \code{y}: The y coordinate of points.
#'
#' \code{city}: If yes the point is a city in other case is a limit.
#'
#' @section Source:
#' The data are taken from wikipedia.
#' 
NULL

Try the orloca package in your browser

Any scripts or data that you put into this service are public.

orloca documentation built on May 31, 2023, 8:59 p.m.