phylopic_inset: Add custom grob insets to a ggplot
Usage
phylopic_inset(grob, xmin = -Inf, xmax = Inf, ymin = -Inf, ymax = Inf)
Arguments
- grob
grob to display
- xmin, xmax
x location (in data coordinates) giving horizontal
location of grob
- ymin, ymax
y location (in data coordinates) giving vertical location
of grob
Details
Most useful for adding tables, inset plots, and other grid-based
decorations