Description Usage Arguments Note Author(s) Examples
Plot polygons with arrow heads on each line segment, pointing towards the next vertex. This shows the direction of each line segment.
1 | plotArrows(p, fraction=0.9, length=0.15, first='', add=FALSE, ...)
|
p |
Polygons (either a 2 column matrix or data.frame; or a SpatialPolygons* object |
fraction |
numeric between 0 and 1. When smaller then 1, interrupted lines are drawn |
length |
length of the edges of the arrow head (in inches) |
first |
Character to plot on first (and last) vertex |
add |
Logical. If |
... |
Additional arguments, see Details |
Based on an example in Software for Data Analysis by John Chambers (pp 250-251) but adjusted such that the line segments follow great circles between vertices.
Robert J. Hijmans
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.