ggplot_mcc_p_q | R Documentation |
Plot (effective) p-q stress paths
ggplot_mcc_p_q(df, M = 1.35, pc = 100, palette = "Set1", e1_max = NULL)
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 |
a ggplot object
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.