ggplot_mcc_eps1_q | R Documentation |
Plot axial strain versus deviatoric stress
ggplot_mcc_eps1_q(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_q(df) ggplot_mcc_eps1_q(df, e1_max = 0.04) #undrained df <- mcc_solve_triax_undrained() ggplot_mcc_eps1_q(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.