Displaying 1 result from an estimated 1 matches for "tp4622964".
2012 May 10
1
stop calculation in a function
...i] <- NA
}
else {
temp <- st1[i] <- x[i]
ind_temp <- i
}
}
}
return(st1)
}
dat1 <- myts[,2]
myts[,2] <- apply(dat1,2,function(x) out2NA(x,2))
--
View this message in context: http://r.789695.n4.nabble.com/stop-calculation-in-a-function-tp4622964.html
Sent from the R help mailing list archive at Nabble.com.