plot.clinsig {clinsig} | R Documentation |
Plot a clinsig list
Description
Displays a scatterplot of the result of the ‘clinsig’ function.
Usage
## S3 method for class 'clinsig'
plot(x,main="Clinical significance plot",
xlab="Pre-intervention score",ylab="Post-intervention score",
xlim=NA,ylim=NA,pch=par("pch"),point.id=NA,...)
Arguments
x |
a clinsig table produced by clinsig |
main |
The title for the plot. |
xlab , ylab |
The labels for the axes. |
xlim , ylim |
The limits for the plot. |
pch |
The symbols to be used in plotting the score pairs. |
point.id |
Optional text to be used instead of symbols for the points. |
... |
additional arguments passed to ‘print’. |
Details
‘plot.clinsig’ displays a scatterplot and other information in the object returned by ‘clinsig’.
Value
nil
Author(s)
Jim Lemon
See Also
[Package clinsig version 1.2 Index]