ggplot_mcc_eps1_epsv: ggplot MCC axial strain versus volumetric strain

View source: R/mcc_plot.R

ggplot_mcc_eps1_epsvR Documentation

ggplot MCC axial strain versus volumetric strain

Description

Plot axial strain versus volumetric strain

Usage

ggplot_mcc_eps1_epsv(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_epsv(df)
ggplot_mcc_eps1_epsv(df, e1_max = 0.04)

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

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