Package: cooccure 0.1.2

cooccure: Co-Occurrence Network Construction and Manipulation
Constructs co-occurrence networks from several types of input data, such as delimited fields, long/bipartite tables, binary matrices, or wide sequences. Returns tidy edge data frames and supports optional scaling, splitting into several networks, thresholding, and subsetting. Provides eight similarity measures, including Jaccard, cosine, and association strength. Supports export to several network and file formats. Network construction and analysis methods follow Saqr, Lopez-Pernas, Conde, and Hernandez-Garcia (2024, <doi:10.1007/978-3-031-54464-4_15>).
Authors:
cooccure_0.1.2.tar.gz
cooccure_0.1.2.zip(r-4.7)cooccure_0.1.2.zip(r-4.6)cooccure_0.1.2.zip(r-4.5)
cooccure_0.1.2.tgz(r-4.6-any)cooccure_0.1.2.tgz(r-4.5-any)
cooccure_0.1.2.tar.gz(r-4.7-any)cooccure_0.1.2.tar.gz(r-4.6-any)
cooccure_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
cooccure/json (API)
NEWS
| # Install 'cooccure' in R: |
| install.packages('cooccure', repos = c('https://mohsaqr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mohsaqr/cooccure/issues
- actor_genres - IMDB actor-genre long table
- actors - IMDB actor-movie long table
- demo - Demo actor-movie-genre table
- movies - IMDB movie metadata
Last updated from:a978aa3708. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 140 | ||
| source / vignettes | OK | 207 | ||
| linux-release-x86_64 | OK | 136 | ||
| macos-release-arm64 | OK | 105 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| windows-devel | OK | 89 | ||
| windows-release | OK | 94 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 120 |
Exports:as_cographas_igraphas_matrixas_netobjectas_tidygraphcocooccurrencelaunch_app
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| IMDB actor-genre long table (1970-2024) | actor_genres |
| IMDB actor-movie long table (1970-2024) | actors |
| Convert to cograph network | as_cograph as_cograph.cooccurrence |
| Convert to igraph | as_igraph as_igraph.cooccurrence |
| Extract the co-occurrence matrix | as_matrix as_matrix.cooccurrence |
| Convert to Nestimate netobject | as_netobject as_netobject.cooccurrence |
| Convert to tidygraph | as_tidygraph as_tidygraph.cooccurrence |
| Build a co-occurrence network | co cooccurrence |
| Demo actor-movie-genre table | demo |
| Launch the cooccure Shiny explorer | launch_app |
| IMDB movie metadata (1970-2024) | movies |
| Plot a cooccurrence network | plot.cooccurrence |
| Print a cooccurrence edge list | print.cooccurrence |
| Summarise a cooccurrence network | summary.cooccurrence |
