vp_path {ggplot} | R Documentation |
Calculate viewport path.
vp_path(row, col, type)
row |
row index |
col |
column index |
type |
viewport type |
Convience method for calculating the viewport path to a particular entry in a matrix viewport. This helps ensure a common naming scheme throughout ggplot/
Hadley Wickham <h.wickham@gmail.com>