altmanbland: altman-bland plot

Description Usage Arguments Examples

View source: R/altmanbland.R

Description

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

Usage

1
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

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

protViz/quantable documentation built on Nov. 29, 2021, 10:07 a.m.