newhaven {GISTools}R Documentation

New Haven, Connecticut: Crime data with contextual information

Description

Data set from New Haven (CT) crime web site containing point sources of some crimes, plus roads, railways and census block spatial data frames.

Usage

data(newhaven)

Format

Source

http://www.newhavencrimelog.org/

Examples

# Read in map data for New Haven
data(newhaven)
# Plot census block boundaries
plot(blocks)
# Add a map scale
map.scale(534750,152000,miles2ft(2),"Miles",4,0.5,sfcol='red')
# ... and a title
title('New Haven (CT)')

[Package GISTools version 1.0-0 Index]