DoMohrFig1: Annotated Stress Tensor

Description Usage Arguments Value Author(s) See Also Examples

Description

Annotated plot of a 2D stress tensor

Usage

1
DoMohrFig1(Stensor=matrix(c(5,1, 1, 3), ncol=2), rot1=NULL)

Arguments

Stensor

stress tensor

rot1

rotation matrix

Value

Graphical Side effects

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

DoMohr

Examples

1
2
3
4
5
Stensor =matrix(
       c(50, 40,
         40, 10), ncol=2)

DoMohrFig1(Stensor)

geophys documentation built on May 1, 2019, 9:26 p.m.