Helper for annotation in cl_plot

cl_annotation(
  top = NULL,
  top.by = NULL,
  top.height = 1,
  bottom = NULL,
  bottom.by = NULL,
  bottom.height = 1,
  left = NULL,
  left.by = NULL,
  left.width = 1,
  right = NULL,
  right.by = NULL,
  right.width = 1
)

Arguments

top, bottom, left, right

ggplot object

top.by, bottom.by, left.by, right.by

name of cross by which to align ggplot

top.width, bottom.width, left.width, righ.width

width of ggplot to be aligned, relative value to main plot.

Value

a list of arguments

Examples