Learn R Programming

geosptdb (version 1.0-1)

croatia: Map Croatia.

Description

Map Croatia. Spatial reference system: UTM 33N

Usage

data(croatia)

Arguments

Format

The format is: Formal class 'SpatialPolygonsDataFrame' [package "sp"]

References

Hengl, T. (2009). A Practical Guide to Geostatistical Mapping, 2nd edn, University of Amsterdam, Amsterdam.

Examples

Run this code
# NOT RUN {
data(croatia)
pts <- spsample(croatia, n=25000, type="regular")
plot(pts)
# }

Run the code above in your browser using DataLab