gridbox: Draw a gridbox with provided colour

View source: R/gridbox.R

gridboxR Documentation

Draw a gridbox with provided colour

Description

Draw a gridbox of color col in a location specified by x.

Usage

gridbox(x, col, verbose = FALSE)

Arguments

x

location of gridbox: c(x0, x1, x2, x3, y1, y2, y3, y4, i) where x0,x1,x2,x3 and y0,y1,y2,y3 are the four corners of the box on the x- and y-axes, and i is an index specifying which element of col to use

col

colors

verbose

a boolean; if TRUE print information about progress


metno/esd documentation built on Feb. 25, 2025, 6:44 p.m.