Learn R Programming

RFOC (version 3.4-10)

EApoint: Equal-area point stereonet

Description

Interactive locator to calculate x,y orientation, dip coordinates and plots on an equalarea stereonet

Usage

EApoint()

Arguments

Value

LIST:

phi

orientation, degrees

iang

angle of dip, degrees

x

x-coordinate

y

y-coordinate

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Used for returning a set of strike/dip angles on Equal-area stereonet plot.

See Also

qpoint, focpoint

Examples

Run this code

####################  this is interactive

###  collect points with locator()
if (FALSE) {
net()
eps = EApoint()

###  plot results
net()
qpoint(eps$phi , eps$iang)
}

Run the code above in your browser using DataLab