From 5b39ff0388157ad14118b9eda4f6ac130ca38dff Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sun, 15 May 2016 19:06:16 +0530 Subject: updating documentation for read.idframe --- man/read.idframe.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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") } -- cgit