EApoint {RFOC} | R Documentation |
Equal-area point stereonet
Description
Interactive locator to calculate x,y orientation, dip coordinates and plots on an equalarea stereonet
Usage
EApoint()
Details
Used for returning a set of strike/dip angles on Equal-area stereonet plot.
Value
LIST:
phi |
orientation, degrees |
iang |
angle of dip, degrees |
x |
x-coordinate |
y |
y-coordinate |
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
qpoint, focpoint
Examples
#################### this is interactive
### collect points with locator()
## Not run:
net()
eps = EApoint()
### plot results
net()
qpoint(eps$phi , eps$iang)
## End(Not run)
[Package RFOC version 3.4-10 Index]