summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/idframe.R1
-rw-r--r--R/preprocess.R1
2 files changed, 0 insertions, 2 deletions
diff --git a/R/idframe.R b/R/idframe.R
index 367b013..37df6bf 100644
--- a/R/idframe.R
+++ b/R/idframe.R
@@ -154,7 +154,6 @@ idfrd <- function(response,freq,Ts){
#'
#' @export
plot.idfrd <- function(x){
- require(ggplot2);require(reshape2);require(signal)
mag <- 20*log10(Mod(x$resp))
phase <- 180/pi*signal::unwrap(Arg(x$resp))
diff --git a/R/preprocess.R b/R/preprocess.R
index 4a179ef..0d7fd82 100644
--- a/R/preprocess.R
+++ b/R/preprocess.R
@@ -135,7 +135,6 @@ predict.detrend <- function(model,newdata=NULL,...){
#' @importFrom zoo na.approx
#' @export
misdata <- function(data){
- require(zoo)
f <- function(var,start,end,Ts){
time_range <- range(time(var))