plot.mlds {MLDS} | R Documentation |
Plots the difference scale as a function of stimulus level.
## S3 method for class 'mlds': plot(x, standard.scale = FALSE, ...) ## S3 method for class 'mlds': lines(x, standard.scale = FALSE, ...) ## S3 method for class 'mlds': points(x, standard.scale = FALSE, ...)
x |
mlds object, typically result of mlds |
standard.scale |
logical indicating whether the plotted difference scale should be normalized to maximum value = 1 |
... |
other parameters to be passed through to the plotting function |
Kenneth Knoblauch
data(kk1) plot(mlds(SwapOrder(kk1))) lines(mlds(SwapOrder(kk1)))