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, ...)
## 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

Author(s)

Kenneth Knoblauch

See Also

mlds

Examples

data(kk1)
plot(mlds(SwapOrder(kk1)))
lines(mlds(SwapOrder(kk1)))


[Package MLDS version 0.1-7 Index]