| StereoPoint | R Documentation |
Adds point to stereonet based on the trend and plunge of linear data.
StereoPoint(my.az = 90, my.inc = 45, my.color = "black", my.pch = 19, my.size = 0.25, my.label)
my.az |
Lineation trend as an azimuth. |
my.inc |
Lineation plunge or inclination. |
my.color |
Point color. |
my.pch |
pch value. See ?par |
my.size |
Size of points. Calls cex(my.size). See ?par |
my.label |
Label to add next to point |
Adds point to stereonet based on the trend and plunge of linear data.
Jeffrey R. Webber
Modified from the package RFOC by Jonathan M. Lees.
StereoPlot, StereoWeb, StereoPlane, StereoCirc
#Plot random plane and lineation
strike <- runif(min = 0, max = 360, n = 1)
dip <- runif(min = 0, max = 90, n = 1)
trend <- runif(min = 0, max = 360, n = 1)
plunge <- runif(min = 0, max = 90, n = 1)
if(interactive()){
StereoPlot(my.title = "Example Stereonet")
StereoWeb()
StereoCirc()
StereoPoint(my.az = trend, my.inc = plunge)
StereoPlane(my.strike = strike, my.dip = dip)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.