diff options
author | Suraj Yerramilli | 2016-01-04 19:28:00 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-01-04 19:28:00 +0530 |
commit | d831fea9c22bb609a2c4d4131b666eb4a654bb51 (patch) | |
tree | 0a41ed36fe6f142e74933b995bff4c71b4f71d99 /NAMESPACE | |
parent | 95f6c4a8eed9b192a956a609d3bbb2418e198574 (diff) | |
download | SysID-R-code-d831fea9c22bb609a2c4d4131b666eb4a654bb51.tar.gz SysID-R-code-d831fea9c22bb609a2c4d4131b666eb4a654bb51.tar.bz2 SysID-R-code-d831fea9c22bb609a2c4d4131b666eb4a654bb51.zip |
minor changes
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,6 @@ S3method(plot,idfrd) S3method(plot,impulseest) S3method(predict,detrend) S3method(predict,estpoly) -S3method(predict,idpoly) S3method(print,estpoly) S3method(print,idpoly) S3method(print,summary.estpoly) @@ -33,6 +32,7 @@ export("inputNames<-") export("outputNames<-") export(armax) export(arx) +export(compare) export(dataSlice) export(detrend) export(estpoly) @@ -62,6 +62,7 @@ export(spa) export(step) export(tf) import(ggplot2) +import(reshape) import(tfplot) import(tframe) importFrom(zoo,na.approx) |