plot.mlds {MLDS} | R Documentation |
Plot a mlds Object
Description
Plots the difference scale as a function of stimulus level.
Usage
## S3 method for class 'mlds'
plot(x, standard.scale = FALSE, SD.scale = FALSE, ...)
## S3 method for class 'mlds'
lines(x, standard.scale = FALSE, SD.scale = FALSE, ...)
## S3 method for class 'mlds'
points(x, standard.scale = FALSE, SD.scale = FALSE, ...)
## S3 method for class 'mlbs'
plot(x, standard.scale = FALSE, SD.scale = FALSE, ...)
## S3 method for class 'mlbs'
lines(x, standard.scale = FALSE, SD.scale = FALSE, ...)
## S3 method for class 'mlbs'
points(x, standard.scale = FALSE, SD.scale = FALSE, ...)
Arguments
x |
|
standard.scale |
logical indicating whether the plotted difference scale should be normalized to maximum value = 1 |
SD.scale |
logical indicating whether to plot difference scale in units of d'. Ignored if |
... |
other parameters to be passed through to the plotting function |
Author(s)
Kenneth Knoblauch
See Also
Examples
data(kk1)
plot(mlds(SwapOrder(kk1)))
lines(mlds(SwapOrder(kk1)))
[Package MLDS version 0.5.1 Index]