diff options
Diffstat (limited to 'R/idframe.R')
-rw-r--r-- | R/idframe.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/R/idframe.R b/R/idframe.R index 4c72097..00199ea 100644 --- a/R/idframe.R +++ b/R/idframe.R @@ -9,7 +9,8 @@ #' @param t.start Starting time (Valid only if type="time") #' @param t.end End time. Optional Argument (Valid only if type="time") #' @param tUnit Time Unit (Default: "seconds") -#' @param frequencies Vector containing the list of frequencies at which the data was recorded (Valid only if type="frequency") +#' @param frequencies Vector containing the list of frequencies at which the data was +#' recorded (Valid only if type="frequency") #' @param fUnit Frequency Unit (Valid only if type="frequency") #' @return an idframe object #' @export |