plot.polygon: Plot polygon

Description Usage Arguments Examples

Description

Draws polygon for a polygon data frame.

Usage

1
plot.polygon(dataframe, col = NA, border = "black")

Arguments

dataframe

data frame, a polygon data frame with list items x, y, and id.

col

character, fill color for polygon. Default, NA, is to leave polygons unfilled.

border

character, the color to draw the border. The default is 'black'.

Examples

1
2
3
cytosol<-get.rois(cytosol.folder)
plot(cytosol[,1:2], col = 0)
plot.polygon(cytosol, col='pink')

jleelab/leeplyr documentation built on May 3, 2019, 9:38 p.m.