powered by
Read the contents of a data.frame/matrix into a idframe object.
idframe
read.idframe(data, ninputs = NULL, Ts = 1, unit = c("seconds", "minutes", "hours", "days")[1])
an idframe object
a data.frame object
data.frame
the number of input columns. (Default: 0)
sampling interval (Default: 1)
Time Unit (Default: "seconds")
data(cstrData) data <- read.idframe(cstrData,ninputs=1,Ts= 1,unit="minutes")
Run the code above in your browser using DataLab