WRect: construct a WRect

View source: R/rect.R

WRectR Documentation

construct a WRect

Description

construct a WRect

Usage

WRect(
  obj = NULL,
  x.span = NULL,
  y.span = NULL,
  color = "black",
  lwd = 3,
  fill = NA,
  name = ""
)

Arguments

obj

a plotting object or its name

x.span

x-axis/horizontal span (e.g., c(2,4))

y.span

y-axis/vertical span (e.g., c(5,9))

color

edge color

lwd

edge width

fill

fill color

name

name

Value

a WRect object


zwdzwd/wheatmap documentation built on March 17, 2022, 10:49 p.m.