Learn R Programming

rsMove (version 0.2.1)

satTime: satTime

Description

Finds available satellite dates for tracking data.

Usage

satTime(o.time = o.time, t.var = t.var)

Arguments

o.time

Object of class Date.

t.var

Target variable.

Value

One or multiple plots.

Details

This function compares a set of input dates (o.time) to the possible dates for which satellite data can be downloaded. This analysis is performed for the set of variables provided through the function proSat(). The function provides a report with the closest dates available for each of the samples and a faceted plot for each unique year showing the observed dates, the dates covered by the satellite data and the dates covered by both.

See Also

moveCloud proSat

Examples

Run this code
# NOT RUN {
{

 # return list of variables
 var.ls <- satTime(o.time=as.Date("2013-08-04"), t.var="ndvi")

}
# }

Run the code above in your browser using DataLab