plot.bayesunfold | R Documentation |
Produces a plot of the stimulus and individual locations.
## S3 method for class 'bayesunfold'
plot(x, ..., which.res =c("rotated", "unrotated"),
labels=c("color", "text"), plot.stimuli = TRUE, plot.individuals=FALSE,
selected.stim=NULL, selected.individuals = NULL, individual.id=NULL)
x |
An object of class |
... |
Other arguments to be passed down, currently not implemented. |
which.res |
Which set of results should be plotted - raw ( |
labels |
Should labels be identified by text or color. |
plot.stimuli |
Logical indicating whether stimuli should be plotted. |
plot.individuals |
Logical indicating whether individuals should be plotted. |
selected.stim |
Names of stimuli to be included in plot, defaults to all. |
selected.individuals |
Row numbers of stimuli to be plotted, defaults to all. |
individual.id |
Additional variable that will be used to define groups of plotted individual stimuli. |
A ggplot
or a tibble
if plot.stimuli
and plot.individuals
are both set to FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.