rotateVenn: Rotate a diagram

View source: R/RcppExports.R

rotateVennR Documentation

Rotate a diagram

Description

Rotate a diagram

Usage

rotateVenn(nVennObj, angle, plot = TRUE)

Arguments

nVennObj

nVennR2 object generated with nVennDiagram().

angle

Angle of rotation in degrees. Positive values rotate counterclockwise.

plot

If true (default), prints the diagram after the rotation.

Value

nVenn object.

Examples

myv <- nVennDiagram(list(Set1=c("a", "b", "c"), Set2=c("a", "c", "d")), verbose=FALSE)
myv <- rotateVenn(myv, 45)

nVennR2 documentation built on July 14, 2026, 1:09 a.m.