Learn R Programming

CoordinateCleaner (version 1.0-7)

centroids: Global Country and Province Centroids

Description

A gazetteer of country and province centroids.

Usage

data("centroids")

Arguments

Format

A data frame with 5142 observations on the following 6 variables.

adm1_code

a factor; province code.

iso3

a factor; country ISO-3 code.

name

a factor; name of the country or province.

type

a character vector; country or province.

longitude

a numeric vector

latitude

a numeric vector

Examples

Run this code
# NOT RUN {
data(centroids)
str(centroids)
# }

Run the code above in your browser using DataLab