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 |
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.2.5 Index]