randpoles: Random Poles

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Create a set of random poles distributed around a given pole.

Usage

1
randpoles(az, iang, alphadeg, opt = "unif", BALL.radius = 1, N = 10, add = TRUE, ...)

Arguments

az

azimuth of given direction

iang

inclination angle of given direction

alphadeg

standard error for distribution

opt

Optional distribution, "unif" or "norm"

BALL.radius

radius of small circle to draw

N

Number of points to create

add

logical, TRUE=add points to net plot

...

graphical parameters for plotting

Details

A given geographic pole is supplied and N normally or uniformly distributed poles are created.

Value

az

azimuths of new poles

dip

dips of new poles

x

x position on plot

y

y position on plot

Author(s)

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

See Also

net

Examples

1
2
3
4
RFOC::net();
GG = randpoles(30, 40, 10, opt="norm", N=20)

RFOC::addsmallcirc(30, 40, 10)

geophys documentation built on May 1, 2019, 9:26 p.m.