Learn R Programming

sensors4plumes (version 0.9.3)

testDataArtificial: Small artificial test data

Description

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

Usage

data(SIndexDF)
data(SPointsDF)
data(SPixelsDF)
data(SPolygridDF)
data(SPolygonsDF)
data(SLinesDF)

Arguments

Examples

Run this code
# NOT RUN {
data(SPolygridDF)

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

data(SIndexDF)
spplot(SIndexDF)

data(SLinesDF)
areaSDF(SLinesDF)

# }

Run the code above in your browser using DataLab