ggplot_fallcone | R Documentation |
Plots a chart with measured water content versus fall cone penetration depth in a fall cone test. The best linear fit is plotted and the liquid limit (rounded) is indicated
ggplot_fallcone( w = c(9, 13, 16, 20), u = c(12, 17, 21, 25), nround = 0, palette = "Set1" )
w |
measured water contents, in % |
u |
measured penetration depths, in mm |
nround |
number of decimals in rounded liquid limit |
palette |
RColorBrewer color palette to use for colors |
ggplot object
w = c(9, 13, 16, 20) u = c(12, 17, 21, 25) ggplot_fallcone(w, u, nround = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.