likert.bar.plot {likert} | R Documentation |
Bar Plot for Likert Items.
Description
Bar plot for the results of likert
.
Usage
likert.bar.plot(l, group.order, center = (l$nlevels - 1)/2 + 1, ...)
Arguments
l |
results of |
group.order |
the order in which groups (for grouped items) or items (for non-grouped items) should be plotted. |
center |
specifies which level should be treated as the center. For example,
|
... |
passed to |
likert |
object of type likert. |
See Also
plot.likert
likert.heat.plot
likert.bar.plot
likert.density.plot
[Package likert version 1.3.5 Index]