difftable.plot {multilevelPSA} | R Documentation |
This function produces a ggplot2 figure containing the mean differences for each level two, or cluster.
Description
This function produces a ggplot2 figure containing the mean differences for each level two, or cluster.
Usage
difftable.plot(x, fill.colors = NULL, legendlab = NULL, ...)
Arguments
x |
the results of [mlpsa()]. |
fill.colors |
the colors to use for each level two. |
legendlab |
the label to use for the legend, or NULL to exclude. |
... |
currently unused. |
Value
a ggplot2 figure
[Package multilevelPSA version 1.3.0 Index]