spatialCollEx: Spatial collection example

Description Usage Format Examples

Description

Example of a SpatialCollections object that contains a SpatialPolygons object and a SpatialLines object

Usage

1

Format

SpatialCollections object

Examples

1
2
3
4
data(SpatialCollEx)
plot(spatialCollEx)
plot(spatialCollEx@lineobj, col = "red", add = TRUE)
plot(spatialCollEx@polyobj, col = "blue", add = TRUE)

IceCast documentation built on June 24, 2019, 9:03 a.m.