Learn R Programming

RFOC (version 1.0-4)

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:
  • phiorientation, degrees
  • iangangle of dip, degrees
  • xx-coordinate
  • yy-coordinate

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()
net()
eps = EApoint()

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

Run the code above in your browser using DataLab