View source: R/shallow_foundations.R
plotly_bearingcapacityfactors | R Documentation |
Creates an interactive plotly chart with the shallow foundation bearing capacity factors, varying with the angle of internal friction, according to EC7
plotly_bearingcapacityfactors( phi_deg = seq(0, 50, 1), ylim = c(1, 1000), nround = 1, palette = "Set1" )
phi_deg |
array with all values for the angle of internal friction, in degrees (array) |
ylim |
2-value array with y-axis limits |
nround |
number of decimals to round angle and N values to |
palette |
RCOlorBrewer color palette to use for line colors |
plotly object
plotly_bearingcapacityfactors()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.