readBMP {bioimagetools} | R Documentation |
Read 2D grey-value BMP files
readBMP(file)
file |
A character vector of file names or URLs. |
Returns a matrix with BMP data as integer.
Volker J. Schmid
bi<-readBMP(system.file("extdata/V.bmp",package="bioimagetools"))
image(bi,col=grey(seq(1,0,length=100)))