Learn R Programming

wavethresh (version 4.7.3)

drawbox: Draw a shaded coloured box

Description

Simply draws a box with bottom left corner at (x,y), or width w and height h with shading of density and colour of col.

Usage

drawbox(x,y,w,h,density,col)

Value

None

Arguments

x

The bottom left x coordinate of the box

y

The bottom left y coordinate of the box

w

The width of the box

h

The height of the box

density

The shading density of the box

col

The colour of the box

Author

G P Nason

Details

Description says all

See Also

addpkt