SPolygridDF_testDataArtificial: Small artificial test data

Description Usage Format Author(s) Examples

Description

Small artificial test data sets for demonstration, taken from the examples of the respective classes.

Usage

1
2
3
4
5
6

Format

SIndexDF: SpatialIndexDataFrame
SPointsDF: SpatialPointsDataFrame
SPixelsDF: SpatialPixelsDataFrame
SPolygridDF: SpatialPolygridDataFrame
SPolygonsDF: SpatialPolygonsDataFrame
SLinesDF: SpatialLinesDataFrame

Author(s)

Kristina B. Helle, kristina.helle@uni-muenster.de

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(SPolygridDF)

spplot(SPolygridDF, zcol = "b", 
       sp.layout = list("sp.points", SpatialPoints(coordinates(SPolygridDF))))

data(SIndexDF)
spplot(SIndexDF)

data(SLinesDF)
areaSDF(SLinesDF)

KristinaHelle/sensors4plumes documentation built on May 7, 2019, 12:31 p.m.