summaryrefslogtreecommitdiff
path: root/man/time.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/time.Rd')
-rw-r--r--man/time.Rd23
1 files changed, 23 insertions, 0 deletions
diff --git a/man/time.Rd b/man/time.Rd
new file mode 100644
index 0000000..91ba6c6
--- /dev/null
+++ b/man/time.Rd
@@ -0,0 +1,23 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/idframe.R
+\name{time}
+\alias{deltat}
+\alias{frequency}
+\alias{time}
+\title{Sampling times of IO data
+
+\code{time} creates the vector of times at which data was sampled. \code{frequency} returns the number of damples per unit time and \code{deltat} the time-interval
+between observations}
+\usage{
+time(x)
+}
+\arguments{
+\item{x}{a idframe object, or a univariate or multivariate time-series, or a vector or matrix}
+}
+\description{
+Sampling times of IO data
+
+\code{time} creates the vector of times at which data was sampled. \code{frequency} returns the number of damples per unit time and \code{deltat} the time-interval
+between observations
+}
+