Learn R Programming

wavethresh (version 4.6.1)

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)

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

Value

  • None

Details

Description says all

See Also

addpkt