blob: 91ba6c609a1c18cabee5d6116697ad71ae7a382c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}
|