lucC_relation_equals: Allen Relation Equals

Description Usage Arguments Value Author(s) Examples

Description

Provide an Allen's interval relation EQUALS which start and end time interval of the raster_1 must be (=) equal to the start and end time interval from raster_2. See more at (ALLEN, J. F. "Maintaining knowledge about temporal intervals". Communications of the ACM, v(26), 11, 1983, 832-843. DOI: http://dx.doi.org/10.1145/182.358434)

Usage

1
lucC_relation_equals(first_raster = NULL, second_raster = NULL)

Arguments

first_raster

Matrix. An interval between two dates.

second_raster

Matrix. An interval between two dates.

Value

Data set with merge of two data sets

Author(s)

Adeline M. Maciel

Examples

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

a <- lucC_pred_holds(raster_obj = rb_sits, raster_class = "Forest",
                     time_interval = c("2003-09-01","2005-09-01"),
                     relation_interval = "equals", label = label,
                     timeline = timeline)
a

b <- lucC_pred_holds(raster_obj = rb_sits, raster_class = "Cerrado",
                     time_interval = c("2003-09-01","2005-09-01"),
                     relation_interval = "equals", label = label,
                     timeline = timeline)
b

# equals
c <- lucC_relation_equals(first_raster = a, second_raster = b)


## End(Not run)

ammaciel/sits.LUC.Calculus documentation built on May 3, 2019, 9:36 p.m.