Learn R Programming

RFOC (version 3.4-10)

addsmallcirc: Small Circle on Stereonet

Description

Calculate and plot small circle on Stereo net at arbitrary azimuth, orientation and conical angle

Usage

addsmallcirc(az, iang, alphadeg, BALL.radius = 1, N = 100, add = TRUE, ...)

Value

LIST:

x

x-coordinates

y

y-coordinates

Arguments

az

Azimuth of axis

iang

angle of dip, degrees

alphadeg

width of cone in degrees

BALL.radius

size of sphere

N

NUmber of points to calculate

add

logical, TRUE=add to existing plot

...

graphical parameters

Author

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

Details

Given the azimuth and dip of a vector, plot the small circle around the pole with conical angle alphadeg

See Also

net

Examples

Run this code
net()
addsmallcirc(65, 13, 20, BALL.radius = 1, N = 100, add = TRUE)
addsmallcirc(165, 73, 5.6, BALL.radius = 1, N = 100, add = TRUE)



Run the code above in your browser using DataLab