powered by
Add a North Arrow to a map.
Northarrow(Xbottom, Ybottom, Xtop, Ytop, Xtext, Ytext, Alength, Aangle, Alwd, Tcex)
No return value, creates a plot.
x coordinate of the first point
y coordinate of the first point
x coordinate of the second point
y coordinate of the second point
x coordinate of the label
y coordinate of the label
length of the edges of the arrow head (in inches)
angle from the shaft of the arrow to the edge of the arrow head
The line width, a positive number
numeric character expansion factor
Peter Filzmoser <P.Filzmoser@tuwien.ac.at> http://cstat.tuwien.ac.at/filz/
C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley and Sons, Chichester, 2008.
plot.new() Northarrow(0.5,0,0.5,1,0.5,0.5,Alength=0.15,Aangle=15,Alwd=2,Tcex=2)
Run the code above in your browser using DataLab