plot.clinsig: Plot a clinsig list

Description Usage Arguments Details Value Author(s) See Also

View source: R/clinsig.R

Description

Displays a scatterplot of the result of the clinsig function.

Usage

1
2
3
4
 ## 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

clinsig


clinsig documentation built on May 2, 2019, 8:30 a.m.