Package: nseq 0.1.1
Raphael Saldanha
nseq: Count of Sequential Events
Count the occurrence of sequences of values in a vector that meets certain conditions of length and magnitude. The method is based on the Run Length Encoding algorithm, available with base R, inspired by A. H. Robinson and C. Cherry (1967) <doi:10.1109/PROC.1967.5493>.
Authors:
nseq_0.1.1.tar.gz
nseq_0.1.1.zip(r-4.5)nseq_0.1.1.zip(r-4.4)nseq_0.1.1.zip(r-4.3)
nseq_0.1.1.tgz(r-4.4-any)nseq_0.1.1.tgz(r-4.3-any)
nseq_0.1.1.tar.gz(r-4.5-noble)nseq_0.1.1.tar.gz(r-4.4-noble)
nseq_0.1.1.tgz(r-4.4-emscripten)nseq_0.1.1.tgz(r-4.3-emscripten)
nseq.pdf |nseq.html✨
nseq/json (API)
NEWS
# Install 'nseq' in R: |
install.packages('nseq', repos = c('https://rfsaldanha.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rfsaldanha/nseq/issues
Last updated 5 months agofrom:7381484d79. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:shifttrletrle_condtrle_cond_stat
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Shifts vector values to right or left | shift |
Run Length Encoding and return result as a data frame | trle |
Count the number of events in a sequence | trle_cond |
Statistics of events in a sequence | trle_cond_stat |