plot.meth {MethComp}R Documentation

Make pairwise scatter plots and Bland-Altman plot of several methods.

Description

Makes scatter plots (below diagonal) and Bland-Altman plots (above diagonal) for methoc comaprison data. All panels have the same scale extent.

Usage

plot.meth(data,
         which = NULL,
        col.LA = "blue",
      cex.name = 2,
     var.range,
    diff.range )

Arguments

data Data frame with data.
which Which variables represent the different methods. If the dataframe has a column meth, data are automatically converted to wide format and all methods compared.
col.LA What color should be used for the limits of agreement.
cex.name Character expansion factor for plotting method names
var.range The range of the axes in the scatter plot and the x-axis in the Bland-Altman plot be?
diff.range The range of yaxis in the Bland-Altman plot. Defaults to a range as the x-axis, but centered around 0.

Value

None.

Author(s)

~~who you are~~

See Also

plot.MethComp

Examples

  data( sbp )
  plot.meth( sbp )
  

[Package MethComp version 0.1.10 Index]