lucC_relation_equals: Allen Relation Equals

Description Usage Arguments Value Author(s) Examples

Description

Provide an Allen's interval relation to classified time series data. And return a logical value if an interval is TRUE or FALSE

Usage

1
lucC_relation_equals(first_interval , second_interval)

Arguments

first_interval

lucC_interval. An interval between two dates.

second_interval

lucC_interval. An interval between two dates.

Value

Logical value if interval are TRUE or FALSE

Author(s)

Adeline M. Maciel

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 

library(lucC)

lucC_starting_point()

# create some examples of intervals
time3 <- lucC_interval("2011-10-01","2011-11-01")
time4 <- lucC_interval("2011-10-01","2011-11-01")

# Apply a relation 'equals' (start_I == start_J) & (end_I == end_J)
lucC_relation_equals(time3,time4)
           

## End(Not run)

ammaciel/lucC documentation built on May 30, 2019, 8:01 a.m.