Learn R Programming

MLDS (version 0.5.1)

plot.mlds: Plot a mlds Object

Description

Plots the difference scale as a function of stimulus level.

Usage

# S3 method for mlds
plot(x, standard.scale = FALSE, SD.scale = FALSE, ...)
# S3 method for mlds
lines(x, standard.scale = FALSE, SD.scale = FALSE, ...)
# S3 method for mlds
points(x, standard.scale = FALSE, SD.scale = FALSE, ...)

# S3 method for mlbs plot(x, standard.scale = FALSE, SD.scale = FALSE, ...) # S3 method for mlbs lines(x, standard.scale = FALSE, SD.scale = FALSE, ...) # S3 method for mlbs points(x, standard.scale = FALSE, SD.scale = FALSE, ...)

Arguments

x

mlds or mlbs object, typically result of mlds

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 standard.scale = TRUE.

...

other parameters to be passed through to the plotting function

Author

Kenneth Knoblauch

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