powered by
idframe
idframe(output, input = NULL, Ts = 1, start = 0, end = NULL, unit = c("seconds", "minutes", "hours", "days")[1])
plot.idframe
dataMatrix <- matrix(rnorm(1000),ncol=5) data <- idframe(output=dataMatrix[,3:5],input=dataMatrix[,1:2],Ts=1)
Run the code above in your browser using DataLab