File: base-length.Rd

package info (click to toggle)
r-cran-timedate 2160.95-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,416 kB
  • sloc: makefile: 13
file content (50 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\name{length}


\alias{length}
\alias{length.timeDate}


\title{Length of a 'timeDate' Object}


\description{
    
    Returns the length of a 'timeDate' object. 
       
}


\usage{
\method{length}{timeDate}(x)
}


\arguments{
  
    
    \item{x}{
        an object of class \code{timeDate}.
        }
                
}


\value{
   
    returns an integer of length 1.

}


\examples{  
## timCalendar -
   tC = timeCalendar()
   
## length - 
   length(tC)
}


\keyword{chron}