plot.clinsig {clinsig} | R Documentation |
Displays a scatterplot of the result of the ‘clinsig’ function.
## 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,...)
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’. |
‘plot.clinsig’ displays a scatterplot and other information in the object returned by ‘clinsig’.
nil
Jim Lemon