LeftOf {wheatmap} | R Documentation |
Generate dimension to the left of another object
LeftOf(
x = NULL,
width = NULL,
pad = 0.01,
min.ratio = 0.02,
v.aln = NULL,
h.scale = NULL,
h.scale.proportional = FALSE
)
x |
an object with dimension |
width |
the width of the new object (when NULL, set proportional to data) |
pad |
padding between the target and current |
min.ratio |
minimum ratio of dimensions when auto-scale |
v.aln |
object for vertical alignment (when NULL, set to x) |
h.scale |
object for horizontal scaling (when NULL, set to x) |
h.scale.proportional |
when h.scale is provided, whether to make proportional to data |
a dimension to the left of x
WHeatmap(matrix(rnorm(2000),nrow=40)) +
WColorBarV(1:20, cmp=CMPar(), continuous=FALSE, LeftOf())