ggplot_mcc_eps1_epsv | R Documentation |
Plot axial strain versus volumetric strain
ggplot_mcc_eps1_epsv(df, palette = "Set1", e1_max = NULL)
df |
tibble with all MCC predictions |
palette |
RColorBrewer palette for annotation colours |
e1_max |
maximum strain to plot |
a ggplot object
#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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.