powered by
Generate dimension to the right of another object
RightOf( x = NULL, width = NULL, pad = 0.01, min.ratio = 0.02, v.aln = NULL, h.scale = NULL, h.scale.proportional = FALSE )
an object with dimension
the width of the new object (when NULL, set proportional to data)
padding between the target and current
minimum ratio of dimensions when auto-scale
object for vertical alignment (when NULL, set to x)
object for horizontal scaling (when NULL, set to x)
when h.scale is provided, whether to make proportional to data
a dimension to the right of x
# NOT RUN { WHeatmap(matrix(rnorm(2000),nrow=40)) + WColorBarV(1:20, cmp=CMPar(), continuous=FALSE, RightOf()) # }
Run the code above in your browser using DataLab