diff options
author | Suraj Yerramilli | 2017-01-06 17:26:19 -0600 |
---|---|---|
committer | Suraj Yerramilli | 2017-01-06 17:26:19 -0600 |
commit | 2c3b5027987486d0040501a3c254e106172eb5dc (patch) | |
tree | e8ac970779bf7985feb1c8f09f3e31f7bdccd8fc /NAMESPACE | |
parent | a4cec768a4ed5fe4355a03340af544f2f8a6ba0c (diff) | |
download | SysID-R-code-2c3b5027987486d0040501a3c254e106172eb5dc.tar.gz SysID-R-code-2c3b5027987486d0040501a3c254e106172eb5dc.tar.bz2 SysID-R-code-2c3b5027987486d0040501a3c254e106172eb5dc.zip |
S3 method consistency part-2
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,6 @@ S3method(outputNames,idframe) S3method(plot,estpoly) S3method(plot,idframe) S3method(plot,idfrd) -S3method(plot,impulseest) S3method(predict,estpoly) S3method(print,estpoly) S3method(print,idpoly) @@ -45,6 +44,7 @@ export(idfrd) export(idinput) export(idpoly) export(impulseest) +export(impulseplot) export(inputData) export(inputNames) export(iv) |