build: Polygonal layer of four buildings in Rishon

Description Usage Format Examples

Description

A SpatialPolygonsDataFrame object representing the outlines of four buildings located in Rishon-Le-Zion. The attribute BLDG_HT contains building height, in meters.

Usage

1

Format

A SpatialPolygonsDataFrame with 4 features and 2 attributes:

build_id

Building ID

BLDG_HT

Building height, in meters

Examples

1
2
build
plot(build, axes = TRUE)

Example output

Loading required package: sp
class       : SpatialPolygonsDataFrame 
features    : 4 
extent      : 667850.3, 667941.1, 3538084, 3538143  (xmin, xmax, ymin, ymax)
crs         : NA 
variables   : 2
names       : build_id, BLDG_HT 
min values  :      365,   19.07 
max values  :      831,   22.73 

shadow documentation built on March 15, 2021, 1:07 a.m.

Related to build in shadow...