CAgrid {MapGAM} | R Documentation |
A Grid on State of California
Description
An evenly-spaced grid of prediction points approximately 5km apart that extended across the latitude and longitude coordinates of participants' locations throughout California with over 7,500 points. Areas with sparse population data are clipped.
Usage
data(CAgrid)
Format
A data frame with 7579 geolocations.
X
projected X coordinate.
Y
projected Y coordinate.
Source
Dr. Veronica Vieira, University of California, Irvine
Examples
data(CAgrid)
data(CAmap)
plot(CAmap)
points(CAgrid)
[Package MapGAM version 1.3 Index]