diff options
author | Suraj Yerramilli | 2016-03-22 11:16:36 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-03-22 11:16:36 +0530 |
commit | a8f9297d2b37e40e99621c1cb491785f7cbe5014 (patch) | |
tree | 8c8daf9f43919f98f0e387f6a5f382949a128379 /NAMESPACE | |
parent | de5a8ba3db10e1e8ba430a806bb2e561a12234fd (diff) | |
download | SysID-R-code-a8f9297d2b37e40e99621c1cb491785f7cbe5014.tar.gz SysID-R-code-a8f9297d2b37e40e99621c1cb491785f7cbe5014.tar.bz2 SysID-R-code-a8f9297d2b37e40e99621c1cb491785f7cbe5014.zip |
adding generic operator for multiple assignment
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,6 @@ # Generated by roxygen2: do not edit by hand +S3method("%=%",lbunch) S3method("inputNames<-",idframe) S3method("outputNames<-",idframe) S3method(deltat,idframe) @@ -27,6 +28,7 @@ S3method(sim,idpoly) S3method(summary,estpoly) S3method(summary,idframe) S3method(time,idframe) +export("%=%") export("inputNames<-") export("outputNames<-") export(armax) @@ -38,6 +40,7 @@ export(detrend) export(estpoly) export(etfe) export(fitch) +export(g) export(getcov) export(idframe) export(idfrd) |