Description Usage Format Examples
Example of a set of mapped points organized as an n x 2 matrix of coordinates.
This is used to demonstrate the makePolygons function.
1  | 
matrix of 1027 x 2
1 2 3  | data(mappedPoints)
head(mappedPoints)
plot(mappedPoints, type = "l")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.