Learn R Programming

RFOC (version 3.4-6)

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

Details

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

See Also

qpoint, focpoint

Examples

Run this code
# NOT RUN {
####################  this is interactive

###  collect points with locator()
# }
# NOT RUN {
net()
eps = EApoint()

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

Run the code above in your browser using DataLab