WPosition | R Documentation |
place an arbitrary position w.r.t a subplot
WPosition( anchor.x, anchor.y, x = NULL, just = c("left", "bottom"), data.coord = FALSE )
anchor.x |
x coordinates |
anchor.y |
y coordinates |
x |
plotting object to anchor |
just |
adjustment of new plot |
data.coord |
whether the coordinates is in term of data |
a WDimGenerator object
WHeatmap(matrix(rnorm(2000),nrow=40)) + WHeatmap(matrix(c(rnorm(100)+1,rnorm(100)), nrow=10), cmp=CMPar(brewer.name = 'RdGy'), WPosition(0.1,0.1,just=c('left','top')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.