Learn R Programming

phylin (version 2.0.2)

grid: Grid centroids for the Iberian Peninsula.

Description

This is a list of coordinates representing the interpolation area in the Iberian Peninsula with a resolution of 0.09 degrees (~10km).

Usage

data(grid)

Arguments

Format

The data format is a table with two columns (longitude, and latitude) and 7955 rows (pixels).

Examples

Run this code
# NOT RUN {
data(grid)
plot(grid, cex=0.5, asp=1, main="Grid of pixels for interpolation",
     xlab="Longitude", ylab="Latitude")
# }

Run the code above in your browser using DataLab