Learn R Programming

clinsig (version 1.2)

plot.clinsig: Plot a clinsig list

Description

Displays a scatterplot of the result of the clinsig function.

Usage

"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.

Value

Details

plot.clinsig displays a scatterplot and other information in the object returned by clinsig.

See Also

clinsig