diff options
author | unknown | 2015-04-02 16:01:11 +0530 |
---|---|---|
committer | unknown | 2015-04-02 16:01:11 +0530 |
commit | 51c5ccfd3fca302449dcff509f875a55c380f8c5 (patch) | |
tree | 39c48d616c1408d5f429dbcf332d3874b321e5da | |
parent | 2a24ff5db8728fe4fce391bab0e52530652114bb (diff) | |
download | SysID-R-code-51c5ccfd3fca302449dcff509f875a55c380f8c5.tar.gz SysID-R-code-51c5ccfd3fca302449dcff509f875a55c380f8c5.tar.bz2 SysID-R-code-51c5ccfd3fca302449dcff509f875a55c380f8c5.zip |
Export only the required functions
-rw-r--r-- | NAMESPACE | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1 +1,16 @@ -exportPattern("^[[:alpha:]]+") +# Generated by roxygen2 (4.1.0): do not edit by hand + +S3method(plot,idframe) +S3method(predict,detrend) +S3method(print,tf) +S3method(summary,idframe) +export(dataSlice) +export(detrend) +export(idframe) +export(impulse) +export(impulseest) +export(read.idframe) +export(read.table.idframe) +export(read.xls.idframe) +export(step) +export(tf) |