| getVennSvg | R Documentation |
Get the svg code of an nVenn diagram
getVennSvg(nVennObj)
nVennObj |
nVennR2 object generated with |
The code returned by the funciton can be saved to a file and then
edited with vectorial image
software. This can be done directly with nVennDiagram() or
plotVenn() by using the outFile param.
String with svg code.
myv <- nVennDiagram(list(Set1=c("a", "b", "c"), Set2=c("a", "c", "d")), verbose=FALSE)
getVennSvg(myv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.