R/haptable.haplinSlide.R

Defines functions haptable.haplinSlide

haptable.haplinSlide <- function(object){

## Create haptable for each window
.ut <- f.haptable.list(object)
## change the generic name to window
names(.ut)[names(.ut) == "element"] <- "window"
## Change row.no to row.win to avoid confusion with row.str
names(.ut)[names(.ut) == "row.no"] <- "row.win"

return(.ut)
}

Try the Haplin package in your browser

Any scripts or data that you put into this service are public.

Haplin documentation built on May 20, 2022, 5:07 p.m.