wvenn: wvenn

Description Usage Arguments Examples

Description

Save venn diagrams. Unlike other ~vplot funcitons, this saves directly into a .png, and it does not use the dev.copy2pdf() function.

Usage

1
2
3
wvenn(yalist, imagetype = "png", alpha = 0.5, fill = 1:length(yalist),
  subt, ..., w = UnlessSpec("b.defSize", 7), h = w,
  mdlink = ww.set.mdlink(), plotname = substitute(yalist), LogFile = F)

Arguments

yalist

The variable to plot.

imagetype

Image format, png by default.

alpha

Transparency, .5 by default.

fill

Background color vec

subt

Subtitle

...

Pass any other parameter of the corresponding venn.diagram() function (most of them should work).

w

Width of the saved pdf image, in inches.

h

Height of the saved pdf image, in inches.

mdlink

Insert a .pdf and a .png image link in the markdown report, set by "path_of_report".

plotname

Manual plotname parameter

LogFile

Allow logfiles.

Examples

1
wvenn (yalist =  , imagetype = png, alpha = 0.5, ... =  , w = 7, h = w, mdlink = F)

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.