Description Usage Arguments Value Author(s) Examples
Provide a lucC_interval, an input pattern format used by Allen's relations. And return a value of interval
1  | lucC_interval(first_date , second_date)
 | 
first_date | 
 Date. An date value like '2012-03-02'.  | 
second_date | 
 Date. An date value like '2013-03-02'.  | 
Interval value with two dates
Adeline M. Maciel
1 2 3 4 5 6 7 8 9 10 11 12 13  | ## Not run: 
library(lucC)
lucC_starting_point()
# create some examples of intervals
time1 <- lucC_interval("2011-09-01","2011-10-01")
time2 <- lucC_interval("2011-09-15","2011-11-01")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.