powered by
place an arbitrary position w.r.t a subplot
WPosition( anchor.x, anchor.y, x = NULL, just = c("left", "bottom"), data.coord = FALSE )
x coordinates
y coordinates
plotting object to anchor
adjustment of new plot
whether the coordinates is in term of data
a WDimGenerator object
# NOT RUN { 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'))) # }
Run the code above in your browser using DataLab