plot.trf {irtoys} | R Documentation |
A plot method for test response functions
Description
Useful for plotting test response functions. The x
argument of
trf
should better be left out unless something special is required.
Usage
## S3 method for class 'trf'
plot(x, add = FALSE, main = "Test response function", co = 1, ...)
Arguments
x |
An object produced by function |
add |
When |
main |
The main title of the plot, given that |
co |
The colour of the TRF curve. Default is 1 for black. Use
|
... |
Any additional plotting parameters |
Author(s)
Ivailo Partchev
See Also
Examples
plot(trf(Scored2pl))
[Package irtoys version 0.2.2 Index]