plot.mrsat.data: Plot the dprimes obtained using 'get.dprime'

Description Usage Arguments See Also Examples

Description

Plot the dprimes obtained using get.dprime (and also average.dprime)

Usage

1
2
## S3 method for class 'mrsat.data'
plot(x, condition, xlim, ylim, legend=TRUE, pch, col, ...)

Arguments

x

object of class mrsat.data

condition

a vector specifying the condition(s) to be included in the plot. The values should be either numeric index or part of condition labels used in the SAT curve object.

xlim

the x limits of the plot

ylim

the y limits of the plot

legend

logical. If TRUE, legends will be printed.

pch

a vector of plotting characters or symbols per condition.

col

The colors for lines and points per condition.

...

other graphical parameters to be passed.

See Also

get.dprime, average.dprime, fit.SATcurve, plot.SATcurve,

Examples

1
#see help(get.dprime) or help(average.dprime) for examples

matsukik/mrsat documentation built on May 21, 2019, 12:57 p.m.