powered by
Illustrate a strikeslip fault using animation
strikeslip.fault(anim = seq(from = 0, to = 1, by = 0.1), KAPPA = 2, Light = c(45, 45))
Graphical Side effects
animation vector
Phong parameter for lighting
lighting point
Jonathan M. Lees<jonathan.lees@unc.edu>
Program will animate a strikeslip fault for educational purposes. Animation must be stopped by halting execution.
normal.fault, thrust.fault
strikeslip.fault(anim=0, Light=c(45,90) ) if (FALSE) { #### execute a stop command to stop this animation anim= seq(from=0, to=1, by=.1) strikeslip.fault(anim=anim, Light=c(45,90) ) }
Run the code above in your browser using DataLab