polyshape: Draw polygon shape

Description Usage Arguments

View source: R/ciplot.R

Description

Draw polygon shape

Usage

1
2
polyshape(yu, yl, x = 1:length(yu), fill = NULL, border = 1,
  alpha = 0.3, add = TRUE, xlab = "", ylab = "", ...)

Arguments

yu

upper boundry of y

yl

lower boundry of y

x

values of x

fill

color of shape

border

the color to draw the border (see polygon)

alpha

transparency level

...

further parameters for polygon function


twolodzko/twextras documentation built on May 3, 2019, 1:52 p.m.