powered by
idframe is an S3 class for storing and manipulating input-ouput data. It supports discrete time and frequency domain data.
idframe
idframe(output, input = NULL, Ts = 1, start = 0, end = NULL, unit = c("seconds", "minutes", "hours", "days")[1])
an idframe object
dataframe/matrix/vector containing the outputs
dataframe/matrix/vector containing the inputs
sampling interval (Default: 1)
Time of the first observation
Time of the last observation Optional Argument
Time unit (Default: "seconds")
plot.idframe, the plot method for idframe objects
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