sp (version 1.0-5)

loadMeuse: load the Meuse data set

Description

load the Meuse data set

Usage

loadMeuse(gridded = TRUE, river = FALSE)

Arguments

gridded
logical; if FALSE, meuse.grid will be imported as SpatialPointsDataFrame, if TRUE as SpatialPixelsDataFrame
river
logical; load polygon for meuse.riv

Value

  • none; it has a side effect that meuse, meuse.grid and potentially meuse.riv will be saved to (and possibly overwritten in) the global environment

See Also

meuse, meuse.grid

Examples

Run this code
library(sp)
loadMeuse(river=TRUE)
summary(meuse)
summary(meuse.grid)
summary(meuse.riv)

Run the code above in your browser using DataCamp Workspace