subview {ggtree} | R Documentation |
add subview to mainview for ggplot2 objects
subview(mainview, subview, x, y, width = 0.1, height = 0.1)
mainview |
main view |
subview |
a ggplot or grob object |
x |
x position |
y |
y position |
width |
width of subview |
height |
height of subview |
ggplot object
Guangchuang Yu