plot.link: Plot Grid to Map Link

Description Usage Arguments Examples

Description

This function plots a county and the monitors grid centroids it is linked to. Each circle is a grid centroid assigned non-zero weight. The amont of the circle filled in is proportional to the weight with a full circle having 100

Usage

1
plot.link(link, county)

Arguments

link

A linking from the function GridToMap

count

The name of a county

Examples

1
2
3
4
5
data(GridToMapSampleData)
lon <- GridToMapSampleData$names$lon
lat <- GridToMapSampleData$names$lat
ma.overlap<- GridToMap(lon=lon, lat=lat, method="overlap",keep.states=c("MA"))
plot.link(ma.overlap,1)

AnderWilson/GridToMaps documentation built on May 5, 2019, 4:56 a.m.