Learn R Programming

shadow (version 0.7.1)

beersheva_build: Polygonal layer of 376 buildings in Beer-Sheva

Description

A SpatialPolygonsDataFrame object representing the outlines of 367 buildings in the Ramot neighborhood, Beer-Sheva. The attribute height_m contains building height, in meters.

Usage

beersheva_build

Arguments

Format

A SpatialPolygonsDataFrame with 10 features and 4 attributes:

build_id

Building ID

floors

Number of floors for building

apartments

Number of apartments

height_m

Building height, in meters

elev

Elevation above sea level of building base, in meters

Examples

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

Run the code above in your browser using DataLab