diff options
author | Suraj Yerramilli | 2015-08-21 16:33:52 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-08-21 16:33:52 +0530 |
commit | 11fb3a56560e83f571f59266e20dbca331deddd1 (patch) | |
tree | 2406b49ae65e487162adb07106c319a806476971 /NAMESPACE | |
parent | 66e204ae6e6720c80de116c56895a75ea6674949 (diff) | |
download | SysID-R-code-11fb3a56560e83f571f59266e20dbca331deddd1.tar.gz SysID-R-code-11fb3a56560e83f571f59266e20dbca331deddd1.tar.bz2 SysID-R-code-11fb3a56560e83f571f59266e20dbca331deddd1.zip |
Added auxillary functions to NAMESPACE and modified them
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,13 @@ # Generated by roxygen2 (4.1.1): do not edit by hand +S3method(inputData,default) +S3method(inputData,idframe) +S3method(inputNames,default) +S3method(inputNames,idframe) +S3method(outputData,default) +S3method(outputData,idframe) +S3method(outputNames,default) +S3method(outputNames,idframe) S3method(plot,estPoly) S3method(plot,idframe) S3method(plot,idfrd) @@ -28,8 +36,14 @@ export(idin.rbs) export(idin.rgs) export(idpoly) export(impulseest) +export(inputData) +export(inputNames) export(misdata) +export(nInputSeries) +export(nOutputSeries) export(oe) +export(outputData) +export(outputNames) export(read.idframe) export(read.table.idframe) export(read.xls.idframe) |