ggplot_plasticitychart | R Documentation |
Function to plot a plasticity chart containing both the A and B lines
ggplot_plasticitychart( wL = NULL, Ip = NULL, add_legend = TRUE, textsize_class = 3, textsize_legend = 2.5 )
wL |
liquid limits for crosshairs (in %) |
Ip |
plasticity index for crosshairs (in %) |
add_legend |
if 'TRUE', return a plot with a legend |
textsize_class |
font size of text in behaviour types |
textsize_legend |
font size of text in legend |
a ggplot object
#plot empty chart ggplot_plasticitychart() #plot chart with annotation ggplot_plasticitychart(wL = 60, Ip = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.