Skip to content

tavareshugo/WindowScanR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Suspended – Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work.

WindowScanr: sliding window analysis

windowscanr is a simple package with one main function: winScan(). This function allows one to calculate any statistics across a sliding window. It works on data.frame objects, and supports both "rolling" windows (based on the rows of the table) or "position" windows (based on a variable of positions given by the user).

It can apply any valid functions given by the user and define windows based on grouping variables.

See the package intro for more details.

Installing

You can install the package using devtools:

library(devtools)
install_github('tavareshugo/windowscanr')

Quick intro

After installing it, you can see the intro vignette:

library(windowscanr)
vignettes("windowscanr_intro")

About

R package for sliding window analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages