plotpar {quickpsy} | R Documentation |
Plot the values of the parameters
Description
plotpar
plot the values of the parameters.
Usage
plotpar(qp, x = NULL, panel = NULL, xpanel = NULL, ypanel = NULL,
color = NULL, geom = "bar", ci = T)
Arguments
qp |
output from quickpsy. |
x |
Name of the variable to displayed in the x-axis. |
panel |
Name of the variable to be split in panels. |
xpanel |
Name of the variable to be split in horizontal panels. |
ypanel |
Name of the variable to be split in vertical panels. |
color |
Name of the variable codded by color. |
geom |
If |
ci |
If |
See Also
Examples
library(MPDiR) # contains the Vernier data
fit <- quickpsy(Vernier, Phaseshift, NumUpward, N,
grouping = .(Direction, WaveForm, TempFreq), B = 10)
plotpar(fit)
plotpar(fit, x = WaveForm)
plotpar(fit, xpanel = Direction)
plotpar(fit, color = Direction)
plotpar(fit, color = Direction, ypanel = WaveForm, geom = 'point')
[Package quickpsy version 0.1.5.1 Index]