Package: veccompare 0.1.0
Jacob Gerard Levernier
veccompare: Perform Set Operations on Vectors, Automatically Generating All n-Wise Comparisons, and Create Markdown Output
Automates set operations (i.e., comparisons of overlap) between multiple vectors. It also contains a function for automating reporting in 'RMarkdown', by generating markdown output for easy analysis, as well as an 'RMarkdown' template for use with 'RStudio'.
Authors:
veccompare_0.1.0.tar.gz
veccompare_0.1.0.zip(r-4.5)veccompare_0.1.0.zip(r-4.4)veccompare_0.1.0.zip(r-4.3)
veccompare_0.1.0.tgz(r-4.4-any)veccompare_0.1.0.tgz(r-4.3-any)
veccompare_0.1.0.tar.gz(r-4.5-noble)veccompare_0.1.0.tar.gz(r-4.4-noble)
veccompare_0.1.0.tgz(r-4.4-emscripten)veccompare_0.1.0.tgz(r-4.3-emscripten)
veccompare.pdf |veccompare.html✨
veccompare/json (API)
# Install 'veccompare' in R: |
install.packages('veccompare', repos = c('https://jglev.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/publicus/r-veccompare/issues
- example.vectors.list - Example Vectors List
Last updated 7 years agofrom:8a73a16c19. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | NOTE | Nov 16 2024 |
R-4.5-linux | NOTE | Nov 16 2024 |
R-4.4-win | NOTE | Nov 16 2024 |
R-4.4-mac | NOTE | Nov 16 2024 |
R-4.3-win | NOTE | Nov 16 2024 |
R-4.3-mac | NOTE | Nov 16 2024 |
Exports:compare.vectorscompare.vectors.and.return.text.analysis.of.overlapextract.compared.vectorsgenerate.random.colorsrender.venn.diagramsummarize.two.way.comparisons.percentage.overlapvector.print.with.andwhich.of.one.set.is.not.in.another
Dependencies:abindbackportsbase64encbslibcachemcheckmatecliclustercolorspacecorpcorcorrplotcpp11data.tabledigestevaluatefansifarverfastmapfdrtoolfontawesomeforeignformatRFormulafsfutile.loggerfutile.optionsggplot2glassoglueGPArotationgridExtragtablegtoolshighrHmischtmlTablehtmltoolshtmlwidgetsigraphisobandjpegjquerylibjsonliteknitrlabelinglambda.rlatticelavaanlifecyclemagrittrMASSMatrixmemoisemgcvmimemnormtmunsellnlmennetnumDerivpanderpbapplypbivnormpillarpkgconfigplyrpngpsychpurrrqgraphquadprogR6rappdirsRColorBrewerRcppreshape2rlangrmarkdownrpartrstudioapisassscalesstringistringrtibbletinytexutf8vctrsVennDiagramviridisviridisLitewithrxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
veccompare: Automatically Generate All n-Wise Set Comparisons on Vectors | veccompare-package veccompare |
Compare all combinations of vectors using set operations | compare.vectors |
Create a Markdown report from the output of 'compare.vectors' | compare.vectors.and.return.text.analysis.of.overlap |
Example Vectors List | example.vectors.list |
Extract elements from the output of 'compare.vectors' | extract.compared.vectors |
Generate Random Colors | generate.random.colors |
Render (Print) a Previously-Computed Venn Diagram | render.venn.diagram |
Summarize Percentage Overlap for Two-Way Comparisons between Vectors | summarize.two.way.comparisons.percentage.overlap |
Print a vector with commas and a final "and". | vector.print.with.and |
Which of One Set is not in Another | which.of.one.set.is.not.in.another |