# NOT RUN {
data(lifetime)
data(count)
data(gp)
count.img=plotimage(mat=count,lim=c(0,5000))
# with m
count.img=plotimage(mat=count,lim=c(1000,4000),m=count>1000)
# }
# NOT RUN {
plotimage(mat=lifetime,lim=c(2.8,3.5))
gp.img=plotimage(mat=gp,lim=c(-0.2,0.8))
# }
# NOT RUN {
#add
# }
# NOT RUN {
resT=plotimage(mat=lifetime,lim=c(2.8,3.5),m=count>1000)
resGP=plotimage(mat=gp,lim=c(2.8,3.5),add=TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab