ggplot_mcc_eps1_q: ggplot MCC axial strain versus deviatoric stress

View source: R/mcc_plot.R

ggplot_mcc_eps1_qR Documentation

ggplot MCC axial strain versus deviatoric stress

Description

Plot axial strain versus deviatoric stress

Usage

ggplot_mcc_eps1_q(df, palette = "Set1", e1_max = NULL)

Arguments

df

tibble with all MCC predictions

palette

RColorBrewer palette for annotation colours

e1_max

maximum strain to plot

Value

a ggplot object

Examples

#drained
df <- mcc_solve_triax_drained()
ggplot_mcc_eps1_q(df)
ggplot_mcc_eps1_q(df, e1_max = 0.04)

#undrained
df <- mcc_solve_triax_undrained()
ggplot_mcc_eps1_q(df)

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