Description Usage Arguments Value Author(s) Examples
Provide a predicate CONVERT which evaluates as true when a location holds the
class c_i, e.g. 'Forest', during the interval t_i, class c_j, e.g. 'Soybean',
during the interval t_j and t_j is sequential of t_i. Return a matrix
with values within defined interval
| 1 2 3 4 | 
| raster_obj | Raster. A raster stack with classified images | 
| raster_class1 | Character. Name of the first class of interest, such as 'Forest', to research | 
| time_interval1 | Interval. A first interval to verify if class is over or not | 
| relation_interval1 | Character. If a location HOLDS during all time interval 'equals' or can be appear in any times 'contains'. Default is 'equals' | 
| raster_class2 | Character. Name of the second class of interest, such as 'Pasture', to research | 
| time_interval2 | Interval. A second interval to verify if class is over or not | 
| relation_interval2 | Character. If a location HOLDS during all time interval 'equals' or can be appear in any times 'contains'. Default is 'equals' | 
| label | Character Vector. All labels of each value of pixel from classified raster | 
| timeline | Character. A list of all dates of classified raster, timeline | 
Matrix with all states which holds during a time interval
Adeline M. Maciel
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run: 
d <- lucC_pred_convert(raster_obj = rb_sits, raster_class1 = "Forest",
                      time_interval1 = c("2001-09-01","2001-09-01"),
                      relation_interval1 = "equals",
                      raster_class2 = "Pasture1",
                      time_interval2 = c("2002-09-01","2002-09-01"),
                      relation_interval2 = "equals",
                      label = label, timeline = timeline)
d
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.