powered by
plots abs(x-y) against (y+x)/2
altmanbland(x, y, main = "", pch = ".", log = "")
- input intensities
plotting parameters
- plot character
- should the x y axis be log transformed possible values "x" "y" or "xy"
# 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