diff options
author | Suraj Yerramilli | 2016-01-05 23:10:57 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-01-05 23:10:57 +0530 |
commit | 6f0b7596ea2425bc27e539e507cca6270454fae8 (patch) | |
tree | 84e51ce53e84fd81309c0c72f0f7b34bb4d6d602 /NAMESPACE | |
parent | c1b73604b4a2b15e4733b818f6959746064e5b6d (diff) | |
download | SysID-R-code-6f0b7596ea2425bc27e539e507cca6270454fae8.tar.gz SysID-R-code-6f0b7596ea2425bc27e539e507cca6270454fae8.tar.bz2 SysID-R-code-6f0b7596ea2425bc27e539e507cca6270454fae8.zip |
removing tf data structure; to be redone later
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,7 +22,6 @@ S3method(print,estpoly) S3method(print,idpoly) S3method(print,summary.estpoly) S3method(print,summary.idframe) -S3method(print,tf) S3method(sim,default) S3method(sim,idpoly) S3method(summary,estpoly) @@ -60,7 +59,6 @@ export(residplot) export(sim) export(spa) export(step) -export(tf) import(ggplot2) import(reshape2) import(tfplot) |