diff options
author | Suraj Yerramilli | 2015-08-22 00:23:18 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-08-22 00:23:18 +0530 |
commit | 69ad9db663069c513f504149b520de5ba8e39f32 (patch) | |
tree | eeb657903955569353b3645e7e297a01d3a5610d /NAMESPACE | |
parent | bab5e9f6ab83306be3f39230675c506476e44eab (diff) | |
download | SysID-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-- | NAMESPACE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |