Learn R Programming

MapGAM (version 1.3)

CAgrid: 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)

Arguments

Format

A data frame with 7579 geolocations.

X

projected X coordinate.

Y

projected Y coordinate.

Examples

Run this code
data(CAgrid)
data(CAmap)
plot(CAmap)
points(CAgrid)

Run the code above in your browser using DataLab