Displaying 1 result from an estimated 1 matches for "heatmapvp".
Did you mean:
heatmap
2007 May 30
3
sizing and saving graphics in R
...ed to the computer screen, such that each
pairwise marker association was displayed as approximately 1 pixel
(too small for me to interpret).
I have successfully managed to play with the LDheatmap function to
enlarge the size of viewport by changing the following code in
LDheatmap
#From
heatmapVP <- viewport(width = unit(0.8, "snpc"), height = unit(0.8, "snpc"),
name=vp.name)
#To
heatmapVP <- viewport(width = unit(25, "inches"), height = unit(25,
"inches"), name=vp.name)
This produces a much larger plot (so big that t...