summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-08-22 00:23:18 +0530
committerSuraj Yerramilli2015-08-22 00:23:18 +0530
commit69ad9db663069c513f504149b520de5ba8e39f32 (patch)
treeeeb657903955569353b3645e7e297a01d3a5610d /NAMESPACE
parentbab5e9f6ab83306be3f39230675c506476e44eab (diff)
downloadSysID-R-code-69ad9db663069c513f504149b520de5ba8e39f32.tar.gz
SysID-R-code-69ad9db663069c513f504149b520de5ba8e39f32.tar.bz2
SysID-R-code-69ad9db663069c513f504149b520de5ba8e39f32.zip
Fine tuned the preprocessing routines
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE2
1 files changed, 2 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index bc94407..f1bf1f7 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -2,6 +2,8 @@
S3method("inputNames<-",idframe)
S3method("outputNames<-",idframe)
+S3method(deltat,idframe)
+S3method(frequency,idframe)
S3method(inputData,default)
S3method(inputData,idframe)
S3method(inputNames,default)