powered by
Create a set of random poles distributed around a given pole.
randpoles(az, iang, alphadeg, opt = "unif", BALL.radius = 1, N = 10, add = TRUE, ...)
azimuth of given direction
inclination angle of given direction
standard error for distribution
Optional distribution, "unif" or "norm"
radius of small circle to draw
Number of points to create
logical, TRUE=add points to net plot
graphical parameters for plotting
azimuths of new poles
dips of new poles
x position on plot
y position on plot
A given geographic pole is supplied and N normally or uniformly distributed poles are created.
net
# NOT RUN { RFOC::net(); GG = randpoles(30, 40, 10, opt="norm", N=20) RFOC::addsmallcirc(30, 40, 10) # }
Run the code above in your browser using DataLab