Learn R Programming

fishplot (version 0.5)

drawClustPolygon: Draw a single cluster using polygons

Description

Draw a single cluster using polygons

Usage

drawClustPolygon(xpos, ytop, ybtm, color, nest.level, pad.left = 0,
  border = 1, col.border = NULL, ramp.angle = 0.5)

Arguments

xpos

A vector of x values for control points

ytop

A vector of y values for control points on the top

ybtm

A vector of y values for control points on the bottom

color

A color value for this polygon

nest.level

An integer describing how deeply this is nested

pad.left

A numeric amount of extra padding to add to the left side of the shape

border

A numeric width for the border line around this polygon

col.border

A color for the border line

ramp.angle

A numeric value between 0 and 1 that indicates how steeply the polygon should expand from it's origin to the first measured point

Value

No return value, outputs on graphics device

Examples

Run this code
# NOT RUN {
drawClustPolygon(xpos=c(0,30,75,150), ytop=c(100,51,51,99), ybtm=c(0,49,49,1), color="red", nest.level=1) 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab