R/Northarrow.R

Defines functions Northarrow

Documented in Northarrow

Northarrow <-
function(Xbottom,Ybottom,Xtop,Ytop,Xtext,Ytext,Alength,Aangle,Alwd,Tcex)
{
# Draw North arrow on a map
#
arrows(Xbottom,Ybottom,Xtop,Ytop,length=Alength,angle=Aangle,lwd=Alwd)
text(Xtext,Ytext,"N",cex=Tcex)
invisible()
}

Try the StatDA package in your browser

Any scripts or data that you put into this service are public.

StatDA documentation built on June 7, 2023, 6:26 p.m.