summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-03-22 11:16:36 +0530
committerSuraj Yerramilli2016-03-22 11:16:36 +0530
commita8f9297d2b37e40e99621c1cb491785f7cbe5014 (patch)
tree8c8daf9f43919f98f0e387f6a5f382949a128379 /NAMESPACE
parentde5a8ba3db10e1e8ba430a806bb2e561a12234fd (diff)
downloadSysID-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--NAMESPACE3
1 files changed, 3 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 0a764aa..6c7beb9 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -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)