powered by
plots the different selected zones on an image
plotzone(zone,name = FALSE,dim.img=NULL,d=200,cex=1,col="black",main="Zone",lwd=1)
zone stemming from create.zones
if TRUE, the zone names are written above the zones
dimensions of the image were the zones are drawn
the distance between the zone and the text is given in a portion of the image (divided by 200 by default)
size of the text (by.default 1)
color of the zones and the text
main Title
width of the lines
create.zones; img.zone
# NOT RUN { data(zones) plotzone(zones) # }
Run the code above in your browser using DataLab