attachLabels: Attach labels to vennobjects

Description Usage Arguments

Description

This function saves category labels into a venn object. If the object is moved, the labels will also move.

Usage

1
2
3
attachLabels(vo, cat = c(vo$A$label, vo$B$label), cat.labelpos = NULL,
  cat.angle = NULL, cat.pos = c(vo$A$pos, vo$B$pos),
  cat.offset = c(vo$A$offset, vo$B$offset))

Arguments

vo

- vennobject.

cat

- character vector. Two labels for circles A and B

cat.labelpos

-

cat.angle

- if absolute position is not specified, can specify angle (in radians) from center 0 corresponds to label just above the circle.

cat.pos

- a vector with four items (adjA, adjA, adjB, adjB) use this with cat.angle to tune where label appears relative to the anchor position

cat.offset

- numeric vector, distance of labels from


tkonopka/Rpipelines documentation built on May 31, 2019, 3:46 p.m.