WDim: class WDim

View source: R/dims.R

WDimR Documentation

class WDim

Description

class WDim

Usage

WDim(
  left = 0,
  bottom = 0,
  width = 1,
  height = 1,
  nr = 1,
  nc = 1,
  text.x = 0,
  text.y = 0,
  text.just = c("center", "center"),
  column.split = NULL,
  row.split = NULL
)

Arguments

left

left coordinate

bottom

bottom coordinate

width

width

height

height

nr

number of row

nc

number of column

text.x

x anchor for text

text.y

y anchor for text

text.just

just for text

column.split

a list of WDim objects for column split

row.split

a list of WDim objects for row split

Value

a WDim object


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