Learn R Programming

quantable (version 0.3.6)

altmanbland: altman-bland plot

Description

plots abs(x-y) against (y+x)/2

Usage

altmanbland(x, y, main = "", pch = ".", log = "")

Arguments

x

- input intensities

y

- input intensities

main

plotting parameters

pch

- plot character

log

- should the x y axis be log transformed possible values "x" "y" or "xy"

Examples

Run this code
# NOT RUN {
x <- seq(1:300)/10
x <- x + rnorm(length(x),0,0.5)
y <- seq(1:300)/10
y <- y + rnorm(length(y),0,0.5)
altmanbland(y,x)

# }

Run the code above in your browser using DataLab