diff options
author | Suraj Yerramilli | 2016-05-15 12:32:58 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-15 12:32:58 +0530 |
commit | 9af071247246ed6de9e12d3de1923aed43acefbb (patch) | |
tree | 8f6abf50406ba6d0e94c8fb67cc5d93d22114469 /NAMESPACE | |
parent | 26bb45d20c294df12e85bc79fc5e3964bd4f491d (diff) | |
download | SysID-R-code-9af071247246ed6de9e12d3de1923aed43acefbb.tar.gz SysID-R-code-9af071247246ed6de9e12d3de1923aed43acefbb.tar.bz2 SysID-R-code-9af071247246ed6de9e12d3de1923aed43acefbb.zip |
adding S3 support for auxillary functions
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,7 +3,9 @@ S3method("%=%",lbunch) S3method("inputNames<-",idframe) S3method("outputNames<-",idframe) +S3method(deltat,default) S3method(deltat,idframe) +S3method(frequency,default) S3method(frequency,idframe) S3method(inputData,default) S3method(inputData,idframe) @@ -26,6 +28,7 @@ S3method(sim,default) S3method(sim,idpoly) S3method(summary,estpoly) S3method(summary,idframe) +S3method(time,default) S3method(time,idframe) export("%=%") export("inputNames<-") @@ -35,10 +38,12 @@ export(arx) export(bj) export(compare) export(dataSlice) +export(deltat) export(detrend) export(estpoly) export(etfe) export(fitch) +export(frequency) export(g) export(getcov) export(idframe) @@ -65,6 +70,7 @@ export(residplot) export(sim) export(spa) export(step) +export(time) export(trInfo) import(bitops) import(ggplot2) |