lucC_interval: lucC Intervals

Description Usage Arguments Value Author(s) Examples

Description

Provide a lucC_interval, an input pattern format used by Allen's relations. And return a value of interval

Usage

1
lucC_interval(first_date = NULL, second_date = NULL)

Arguments

first_date

Date. An date value like '2012-03-02'.

second_date

Date. An date value like '2013-03-02'.

Value

Interval value with two dates

Author(s)

Adeline M. Maciel

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
library(lucCalculus)

# create some examples of intervals
time1 <- lucC_interval("2011-09-01","2011-10-01")
time1
time2 <- lucC_interval("2011-09-15","2011-11-01")
time2


## End(Not run)

ammaciel/lucCalculus documentation built on June 13, 2020, 4:57 a.m.