axes | R Documentation |
Plot axes
axes(
x,
y,
angle,
radius = 0.5,
arrow.code = 1,
arrow.length = 0,
add = FALSE,
...
)
x , y |
coordinates of points |
angle |
Azimuth in degrees |
radius |
length of axis |
arrow.code |
integer. Kind of arrow head. The default is |
arrow.length |
numeric Length of the edges of the arrow head (in
inches). (Ignored if |
add |
logical. add to existing plot? |
... |
optional arguments passed to |
No return value, called for side effects
data("san_andreas")
axes(san_andreas$lon, san_andreas$lat, san_andreas$azi, add = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.