Learn R Programming

IceCast (version 2.1.0)

mappedPoints: Example of mapped points

Description

Example of a set of mapped points organized as an n x 2 matrix of coordinates. This is used to demonstrate the makePolygons function.

Usage

mappedPoints

Arguments

Format

matrix of 1027 x 2

Examples

Run this code
# NOT RUN {
data(mappedPoints)
head(mappedPoints)
plot(mappedPoints, type = "l")
# }

Run the code above in your browser using DataLab