Learn R Programming

shadow (version 0.7.1)

boston_build: Polygonal layer of three buildings in Boston

Description

A SpatialPolygonsDataFrame object representing the outlines of three buildings located in Central Boston. The attribute height_m contains building height, in meters.

Usage

boston_build

Arguments

Format

A SpatialPolygonsDataFrame with 10 features and 4 attributes:

objectid

Building part ID

build_id

Building ID

part_floor

Number of floors for part

height_m

Building height, in meters

Examples

Run this code
# NOT RUN {
boston_build
plot(boston_build, axes = TRUE)
# }

Run the code above in your browser using DataLab