DS_Mohr_plot: Draws the Mohr circles for a direct shear set of results

View source: R/DS_Mohr_plot.R

DS_Mohr_plotR Documentation

Draws the Mohr circles for a direct shear set of results

Description

Draws the Mohr circles along with the Mohr-Coulomb failure envelope for a set of direct shear lab test results, and annotates the graph with the values of cohesion and friction angle.

Usage

DS_Mohr_plot(sig.n, tau, units = "kPa")

Arguments

sig.n

A numeric vector of the normal stress values

tau

A numeric vector of the shear stress values

units

A string with the units of the measurements

Value

A ggplot of the Mohr circles

References

Coduto, D. P. (1999). Geotechnical Engineering - Principles and Practices. Prentice Hall.

Holtz, R. D., Kovacs, W. D. & Sheahan, T. C. (2011). An Introduction to Geotechnical Engineering. Prentice Hall.

Gonzalez de Vallejo, L. I. (2004). Ingenieria Geologica. Prentice Hall.

Examples

sig.n = c(80,237,395)
tau = c(127,345,475)
DS_Mohr_plot(sig.n, tau)


maxgav13/GMisc documentation built on June 12, 2022, 3:48 a.m.