Dfind: Find Dating for a Date sequence

Description Usage Arguments Value See Also Examples

Description

Finds a Dating object compatible with a Date sequence.

Usage

1
Dfind(date.sequence)

Arguments

date.sequence

a sequence of dates (class Date or POSIXt)

Value

Returns (if it is found) a Dating compatible with the specified Date sequence.

Note that the dates should be ordered in order to be a valid sequence.

See Also

See also the functions Dseq and Dcheck

Examples

1
2
# Check a sequence of dates
Dfind(c(Date(2010), Date(2010,2), Date(2010,3))) #-> Monthly

tolBasis documentation built on May 2, 2019, 3:44 a.m.