cl_annotation: Helper for annotation in cl_plot

View source: R/crosslink.R

cl_annotationR Documentation

Helper for annotation in cl_plot

Description

Helper for annotation in cl_plot

Usage

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


zzwch/crosslink documentation built on Aug. 27, 2023, 5:57 p.m.