Set a guide area on an 'aplot' object
Usage
set_guide_area(
x,
position = c("top-right", "top-left", "bottom-right", "bottom-left", "right", "left",
"bottom", "top")
)Arguments
- x
an 'aplot' object
- position
placement of collected guides. Supported values are `"top-right"`, `"top-left"`, `"bottom-right"`, `"bottom-left"`, `"right"`, `"left"`, `"bottom"`, and `"top"`. Corner positions use the largest continuous empty rectangular region anchored at the requested corner. Side positions create a single guide region on the requested side, where the guide box is placed as one object rather than as repeated guide cells.