diff options
-rw-r--r-- | R/readData.R | 2 | ||||
-rw-r--r-- | data/cstrData.rda | bin | 0 -> 124583 bytes | |||
-rw-r--r-- | man/read.idframe.Rd | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/R/readData.R b/R/readData.R index c038c2f..3c540fe 100644 --- a/R/readData.R +++ b/R/readData.R @@ -10,7 +10,7 @@ #' #' @return an idframe object #' @examples -#' data(cstr) +#' data(cstrData) #' data <- read.idframe(cstrData,ninputs=1,Ts= 1,unit="minutes") #' #' @export diff --git a/data/cstrData.rda b/data/cstrData.rda Binary files differnew file mode 100644 index 0000000..01389f0 --- /dev/null +++ b/data/cstrData.rda diff --git a/man/read.idframe.Rd b/man/read.idframe.Rd index fd546d7..9d821b8 100644 --- a/man/read.idframe.Rd +++ b/man/read.idframe.Rd @@ -23,7 +23,7 @@ an idframe object Read the contents of a data.frame/matrix into a \code{idframe} object. } \examples{ -data(cstr) +data(cstrData) data <- read.idframe(cstrData,ninputs=1,Ts= 1,unit="minutes") } |