get_panel_range {lemon} | R Documentation |
Version safe(r) method to get the y- and x-range from trained scales.
Description
The names of the internal layout objects from ggplot_build
changed
slightly.
Usage
get_panel_y_range(layout, index = 1)
get_panel_x_range(layout, index = 1)
get_panel_params(layout, index = 1)
Arguments
layout |
|
index |
Could be panel number? |
[Package lemon version 0.4.9 Index]