Learn R Programming

MLDS (version 0.1-5)

plot.mlds: 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, ...)
## S3 method for class 'mlds':
lines(x, standard.scale = FALSE, ...)
## S3 method for class 'mlds':
points(x, standard.scale = FALSE, ...)

Arguments

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

See Also

mlds

Examples

Run this code
data(kk1)
plot(mlds(SwapOrder(kk1)))
lines(mlds(SwapOrder(kk1)))

Run the code above in your browser using DataLab