Package: vecvec 1.1.0
vecvec: Construct Mixed Type Data Structures with Vectors of Vectors
Mixed type vectors are useful for combining semantically similar classes. Some examples of semantically related classes include time across different granularities (e.g. daily, monthly, annual) and probability distributions (e.g. Normal, Uniform, Poisson). These groups of vector types typically share common statistical operations which vary in results with the attributes of each vector. The 'vecvec' data structure facilitates efficient storage and computation across multiple vectors within the same object.
Authors:
vecvec_1.1.0.tar.gz
vecvec_1.1.0.zip(r-4.7)vecvec_1.1.0.zip(r-4.6)vecvec_1.1.0.zip(r-4.5)
vecvec_1.1.0.tgz(r-4.6-any)vecvec_1.1.0.tgz(r-4.5-any)
vecvec_1.1.0.tar.gz(r-4.7-any)vecvec_1.1.0.tar.gz(r-4.6-any)
vecvec_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
vecvec/json (API)
NEWS
| # Install 'vecvec' in R: |
| install.packages('vecvec', repos = c('https://mitchelloharawild.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mitchelloharawild/vecvec/issues
Pkgdown/docs site:https://pkg.mitchelloharawild.com
Last updated from:a35de8d160. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 140 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 86 | ||
| macos-oldrel-arm64 | OK | 70 | ||
| windows-devel | OK | 106 | ||
| windows-release | OK | 87 | ||
| windows-oldrel | OK | 70 | ||
| wasm-release | OK | 96 |
Exports:class_vecveccorcovis_vecvecunvecvecvarvecvecvecvec_applyvecvec_apply_fnvecvec_register
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| S7 class for vecvec | class_vecvec |
| Test if an object is a vecvec | is_vecvec |
| Correlation, Variance and Covariance | cor cov masked-cor var |
| Coerce a vector of vectors to a single typed vector | unvecvec |
| Create a vector of vectors | vecvec |
| Apply a function to each vector of the vecvec | vecvec_apply |
| Function factory for vecvec_apply | vecvec_apply_fn |
| Register methods for a vecvec subclass | vecvec_register |
