diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/idframe.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/idframe.R b/R/idframe.R index b794661..30ac0df 100644 --- a/R/idframe.R +++ b/R/idframe.R @@ -32,7 +32,7 @@ idframe <- function(output=NULL,input=NULL,Ts = 1,start=0,end=NULL, start <- end - Ts*(n-1) } - l3 <- lapply(l,ts,start=start,deltat=Ts) + l3 <- lapply(l2,ts,start=start,deltat=Ts) # Object Constructor dat <- list(output=l3[[1]],input=l3[[2]],unit=unit) |