R/faultdip.R

Defines functions `faultdip`

`faultdip` <-
function(x,y, rot=0, h=1, lab='')
  {

    alpha = (90-rot)*pi/180
    arrows(x,y,x+h*cos(alpha), y+h*sin(alpha), length=h*.1)  
  }

Try the GEOmap package in your browser

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

GEOmap documentation built on Sept. 1, 2023, 5:09 p.m.