| stereo_ps | R Documentation | 
Adds the principal stresses to a stereonet.
stereo_ps(dir, dip)
dir | 
 A vector of dir directions in degrees  | 
dip | 
 A vector of dip angles in degrees  | 
A stereonet plot of principal stresses
dir <- runif(min = 30, max = 80, n = 20) dip <- runif(min = 10, max = 60, n = 20) stereo_mean(dir, dip) stereo_ps(dir, dip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.