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