| rotateVenn | R Documentation |
Rotate a diagram
rotateVenn(nVennObj, angle, plot = TRUE)
nVennObj |
nVennR2 object generated with |
angle |
Angle of rotation in degrees. Positive values rotate counterclockwise. |
plot |
If true (default), prints the diagram after the rotation. |
nVenn object.
myv <- nVennDiagram(list(Set1=c("a", "b", "c"), Set2=c("a", "c", "d")), verbose=FALSE)
myv <- rotateVenn(myv, 45)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.