ggplot_mcc_p_q: ggplot MCC p-q stress paths

View source: R/mcc_plot.R

ggplot_mcc_p_qR Documentation

ggplot MCC p-q stress paths

Description

Plot (effective) p-q stress paths

Usage

ggplot_mcc_p_q(df, M = 1.35, pc = 100, palette = "Set1", e1_max = NULL)

Arguments

df

tibble with all MCC predictions

M

MCC M-parameter

pc

initial preconsolidation pressure

palette

RColorBrewer palette for annotation colours

e1_max

maximum strain to plot

Value

a ggplot object

Examples

M <- 1.35
pc <- 100

#drained
df <- mcc_solve_triax_drained(M = M, pc = pc)
ggplot_mcc_p_q(df, M = M, pc = pc)
ggplot_mcc_p_q(df, e1_max = 0.01)

#undrained
df <- mcc_solve_triax_undrained(M = M, pc = pc, p0 = 80, nu = 0.3)
ggplot_mcc_p_q(df, M = M, pc = pc)

GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.