Paired t-test:
before = c(12.9, 13.5, 12.8, 15.6, 17.2, 19.2, 12.6, 15.3, 14.4, 11.3)
after = c(12.7, 13.6, 12.0, 15.2, 16.8, 20.0, 12.0, 15.9, 16.0, 11.1)
t.test(before, after, paired=TRUE)
before = c(12.9, 13.5, 12.8, 15.6, 17.2, 19.2, 12.6, 15.3, 14.4, 11.3)
pdf("myhistogram.pdf")
hist(before)
svg("myhistogram.svg")
hist(before)
ggplot2
and venneuler
are distributed via CRAN.library("venneuler")
vd <- venneuler(c(A=0.3, B=0.3, C=1.1, "A&B"=0.1, "A&C"=0.2, "B&C"=0.1 ,"A&B&C"=0.1))
plot(vd)
library("euleR")
ed <- euleR(c(A=0.3, B=0.3, C=1.1, "A&B"=0.1, "A&C"=0.2, "B&C"=0.1 ,"A&B&C"=0.1))
plot(ed)
Be source compatible!
CircleArc2D
getChordArea()
and a few other things.BoundaryPolyCurve2D<CircleArc2D>
.BoundaryPolyCurve2D<CircleArc2D>
.
But we're significantly faster.
Croucher, Nicholas, Andrew Page, Thomas Connor, Aidan Delaney, Jacqueline Keane, Stephen Bentley, Julian Parkhill, and Simon Harris. 2014. “Rapid Phylogenetic Analysis of Large Samples of Recombinant Bacterial Whole Genome Sequences Using Gubbins.” Nucleic Acids Research, 1–13.
Eades, Peter. 1984. “A Heuristic for Graph Drawing.” Congressus Numerantium 42 (11): 149–60.
Micallef, Luana, and Peter Rodgers. 2014. “EulerAPE: Drawing Area-Proportional 3-Venn Diagrams Using Ellipses.” PLoS ONE 9 (7). Public Library of Science: 1–18. doi:10.1371/journal.pone.0101717.
Page, Andrew J., Ben Taylor, Aidan J. Delaney, Jorge Soares, Torsten Seemann, Jacqueline A. Keane, and Simon R. Harris. 2016. “SNP-Sites: Rapid Efficient Extraction of SNPs from Multi-FASTA Alignments.” BioRxiv. Cold Spring Harbor Labs Journals. doi:10.1101/038190.
Wilkinson, Leland. 2012. “Exact and Approximate Area-Proportional Circular Venn and Euler Diagrams.” IEEE Trans Vis Comput Graph 18 (2): 321–31.