Learn R Programming

geophys (version 1.3-6)

mohrleg: Legend for Mohr

Description

Legend for Mohr

Usage

mohrleg(ES)

Arguments

ES
Eigen Value Decomposition, output of function eigen

Value

  • Graphical Side Effects

Details

Add notes to plots of Mohr's circles. Uses the eigenvalues of the decomposition.

See Also

DoMohr

Examples

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

DoMohr(Stensor)

Run the code above in your browser using DataLab