File: NAMESPACE

package info (click to toggle)
r-cran-venndiagram 1.6.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,392 kB
  • sloc: sh: 13; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
export(
	add.title,
	adjust.venn,
	decide.special.case,
	draw.quad.venn,
	draw.single.venn,
	draw.pairwise.venn,
	draw.sp.case,
	draw.sp.case.preprocess,
	draw.sp.case.scaled,
	draw.triple.venn,
	draw.quintuple.venn,
	ell2poly,
	ellipse,
	find.cat.pos,
	find.dist,
	find.intersect,
	flip.venn,
	rotate,
	rotate.sp,
	rotate.venn.degrees,
	venn.diagram,
	calculate.overlap,
	get.venn.partitions
	)
importFrom("grDevices", "dev.off", "png", "svg", "tiff")
importFrom("stats", "aggregate", "setNames", "phyper")
importFrom("utils", "capture.output", "combn")
import(grid,
      futile.logger
)