how many standard deviations from the mean difference should the dotted lines be plotted.
formula
a formula of the form lhs ~ rhs where lhs is a numeric variable giving the data values and rhs a factor with two levels giving the corresponding methods.
data
an optional matrix or data frame (or similar: see model.frame) containing the variables in the formula formula. By default the variables are taken from environment(formula).
subset
an optional vector specifying a subset of observations to be used.
na.action
a function which indicates what should happen when the data contain NAs. Defaults to getOption("na.action").
Plots the pairwise mean of x and y versus their pairwise difference. Adds horizontal lines at plus and minus sdLines standard deviation of the pairwise difference.
When used with the formula method values should be carefully ordered before in order to produce meaningful results.