drawbox {wavethresh}R Documentation

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)

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

Details

Description says all

Value

None

Author(s)

G P Nason

See Also

addpkt


[Package wavethresh version 4.5 Index]