WDim {wheatmap} | R 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
[Package wheatmap version 0.2.0 Index]