Add Label to a Fig
fig_lab(
fig,
lab,
pos = "bottom",
fontfamily = NULL,
fontface = NULL,
colour = NULL,
size = NULL,
lineheight = NULL,
hjust = NULL,
vjust = NULL,
angle = NULL,
margin = ggplot2::margin(4, 4, 4, 4)
)
Fig to be labelled.
String of label to be added to the fig.
Position of the fig, either 'top', 'bottom', 'left', or 'right'.
Font family for the label.
Font face for the label (i.e. "italic")
Colour of the label text.
Size of the label text.
Lineheight of the label text.
hjust of the label text.
vjust of the label text.
Angle of the label text.
Margin around the label text. Use ggplot2::margin()
{ggplot2}
object