plotzone: Plotting the different selected zones on an image

Description Usage Arguments See Also Examples

View source: R/plotzone.R

Description

plots the different selected zones on an image

Usage

1
plotzone(zone,name = FALSE,dim.img=NULL,d=200,cex=1,col="black",main="Zone",lwd=1)

Arguments

zone

zone stemming from create.zones

name

if TRUE, the zone names are written above the zones

dim.img

dimensions of the image were the zones are drawn

d

the distance between the zone and the text is given in a portion of the image (divided by 200 by default)

cex

size of the text (by.default 1)

col

color of the zones and the text

main

main Title

lwd

width of the lines

See Also

create.zones; img.zone

Examples

1
2

multifluo documentation built on May 2, 2019, 1:07 p.m.