RightOf | R Documentation |
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 )
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 right of x
WHeatmap(matrix(rnorm(2000),nrow=40)) + WColorBarV(1:20, cmp=CMPar(), continuous=FALSE, RightOf())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.