diff options
author | Suraj Yerramilli | 2017-01-06 11:45:35 -0600 |
---|---|---|
committer | Suraj Yerramilli | 2017-01-06 11:45:35 -0600 |
commit | 2ea98243bd2f7d3732cc93054baef9ec5638959b (patch) | |
tree | 3a9265361788d8dd10f787d9a3fd0b2eb6ba08b8 | |
parent | 3f7684628b7c15ce316badead6ae1310b2e39fd9 (diff) | |
download | SysID-R-code-2ea98243bd2f7d3732cc93054baef9ec5638959b.tar.gz SysID-R-code-2ea98243bd2f7d3732cc93054baef9ec5638959b.tar.bz2 SysID-R-code-2ea98243bd2f7d3732cc93054baef9ec5638959b.zip |
adding imported functions
-rw-r--r-- | R/imports.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/R/imports.R b/R/imports.R index 8cbf480..c91d0e1 100644 --- a/R/imports.R +++ b/R/imports.R @@ -1,4 +1,5 @@ -#' @importFrom stats predict resid arima ts start ar ccf coef fitted lm mvfft rnorm window +#' @importFrom stats predict resid arima ts start ar acf ccf coef fitted lm mvfft rnorm window #' @importFrom graphics par plot #' @importFrom utils read.table tail +#' @import grid NULL
\ No newline at end of file |