inset {ggalign} | R Documentation |
Create a ggplot inset
inset(plot, ..., align = "panel", on_top = TRUE, clip = TRUE, vp = NULL)
plot |
Any graphic that can be converted into a grob using
|
... |
Additional arguments passed to the |
align |
A string specifying the area to place the plot: |
on_top |
A single boolean value indicates whether the graphic plot should be put frontmost. Note: the graphic plot will always put above the background. |
clip |
A single boolean value indicating whether the grob should be clipped if they expand outside their designated area. |
vp |
A viewport object, you can use this to define the plot area. |
A patch_inset
object, which can be added in ggplot.