Skip to contents

3D strain diagram using the Hsü (1965) method to display the natural octahedral strain and the Lode parameter.

Usage

hsu_plot(R_XY, R_YZ, main = "Hsü diagram", es.max = NULL, ...)

Arguments

R_XY

ratio of maximum strain and intermediate strain

R_YZ

ratio of intermediate strain and minimum strain

main

character. The main title (on top).

es.max

maximum strain for scaling.

...

plotting arguments passed to graphics::points()

Value

plot and when stored as an object, the Lode parameter Lode and the natural octahedral strain es.

Examples

R_XY <- holst[, "R_XY"]
R_YZ <- holst[, "R_YZ"]
hsu_plot(R_XY, R_YZ, col = "#B63679", pch = 16)