if(require(beadarrayExampleData)){
data(exampleBLData)
##By default the first array is plotted, here we plot the 2nd which should give a more interesting example
imageplot(exampleBLData, array=2)
}
## Not run:
#
# ip <- imageplot(exampleBLData, array=2, low="lightgreen", high="darkgreen", horizontal=FALSE)
#
# ggsave(ip, filename="myimageplot.png")
#
# ip2 <- imageplot(exampleBLData, array=2, low="lightgreen", high="darkgreen", horizontal=TRUE)
#
# ggsave(ip2, filename="myimageplot2.png")
#
#
# ## End(Not run)
Run the code above in your browser using DataLab