powered by
randFRY(N = 200, LIM = c(0, 0, 100, 100), rlen = 5, PLOT=FALSE)
Fry, N., (1979) Random point distributions and strain measurement in rocks Tectonophysics, 60:89-105.
RDAT = randFRY(100, LIM=c(0,0, 100, 100) , rlen=5 ) length(RDAT$x) plot(RDAT$x, RDAT$y, asp=1, pch=".", cex=2)
Run the code above in your browser using DataLab