summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-08-21 17:40:17 +0530
committerSuraj Yerramilli2015-08-21 17:40:17 +0530
commitd5add16141ff386d8ec38ea7ff10e836d4340168 (patch)
treeeb26ba03743c54f2c7457706ebcbda201482974f /R
parent797f010b3cc051128a09c03113faac41fd0da097 (diff)
downloadSysID-R-code-d5add16141ff386d8ec38ea7ff10e836d4340168.tar.gz
SysID-R-code-d5add16141ff386d8ec38ea7ff10e836d4340168.tar.bz2
SysID-R-code-d5add16141ff386d8ec38ea7ff10e836d4340168.zip
added the time attribute for idframe objects
Diffstat (limited to 'R')
-rw-r--r--R/idframe.R1
1 files changed, 1 insertions, 0 deletions
diff --git a/R/idframe.R b/R/idframe.R
index 8a2db47..700467c 100644
--- a/R/idframe.R
+++ b/R/idframe.R
@@ -95,6 +95,7 @@ print.summary.idframe <- function(object,...){
print(object$in_sum)
}
+#' @export
time.idframe <- function(data){
time(data$output)
}