R/felReflect.R

Defines functions felReflect

Documented in felReflect

felReflect <- function(x,y,...) {
x2 <- rev(y)
y2 <- rev(x)
return(fel(x=x2,y=y2,...))
}

Try the hysteresis package in your browser

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

hysteresis documentation built on May 15, 2021, 1:09 a.m.