Description Usage Arguments See Also Examples
View source: R/plotthresholds.R
plotthresholds plot the thresholds.
| 1 2 | 
| 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  | 
| sizeerrorbar | Line width of the error bars.
If  | 
| 1 2 3 4 5 6 7 | library(MPDiR) # contains the Vernier data
fit <- quickpsy(Vernier, Phaseshift, NumUpward, N,
                grouping = .(Direction, WaveForm, TempFreq), B = 10)
plotthresholds(fit)
plotthresholds(fit, x = WaveForm)
plotthresholds(fit, xpanel = Direction)
plotthresholds(fit, color = Direction, ypanel = WaveForm, geom = 'point')
 | 
Loading required package: DEoptim
Loading required package: parallel
DEoptim package
Differential Evolution algorithm in R
Authors: D. Ardia, K. Mullen, B. Peterson and J. Ulrich
Loading required package: dplyr
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
    filter, lag
The following objects are masked from 'package:base':
    intersect, setdiff, setequal, union
Loading required package: ggplot2
Attaching package: 'quickpsy'
The following object is masked from 'package:stats':
    deviance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.