powered by
Add a graphical object to an LDheatmap plot such that the x-axis corresponds to the physical map on the heatmap.
LDheatmap.addGrob(LDheatmap, grob, height = 0.2)
An object of class LDheatmap.
A graphical object of classgrob.
grob
The height of the viewport in which the grob will be placed.
An object of class LDheatmap given as an argument, with the grob LDheatmapGrob modified to inclue the new child grob.
LDheatmapGrob
LDheatmap
# NOT RUN { # Add an empty rectangle frame data(GIMAP5.CEU) ll<-LDheatmap(GIMAP5.CEU$snp.data,GIMAP5.CEU$snp.support$Position,flip=TRUE) llplusgrob<-LDheatmap.addGrob(ll, grid::rectGrob()) # }
Run the code above in your browser using DataLab