Learn R Programming

geophys (version 1.2-1)

DoMohrFig1: Annotated Stress Tensor

Description

Annotated plot of a 2D stress tensor

Usage

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

Arguments

Stensor
stress tensor
rot1
rotation matrix

Value

  • Graphical Side effects

See Also

DoMohr

Examples

Run this code
Stensor =matrix(
       c(50, 40,
         40, 10), ncol=2)

DoMohrFig1(Stensor)

Run the code above in your browser using DataLab