Learn R Programming

MODISTools (version 0.95.1)

TransectExample: Example dataset for MODISTransects()

Description

A dataset consisting of a set of arbitrary transect start/end locations with a corresponding set of arbitrary start and end time-series dates and transect IDs. This file can be used in the example for the MODIS subset function.

Usage

data(TransectExample)

Arguments

Format

A data frame with 1 observation on the following 7 variables.
transect
A numeric vector; a unique ID code for each transect.
start.lat
A numeric vector; decimal degrees latitudes in WGS-1984 coordinate system for the transect start point.
start.long
A numeric vector; decimal degrees latitudes in WGS-1984 coordinate system for the transect start point.
end.lat
A numeric vector; decimal degrees latitudes in WGS-1984 coordinate system for the transect end point.
end.long
A numeric vector; decimal degrees latitudes in WGS-1984 coordinate system for the transect end point.
start.date
A numeric vector; listing the year to begin the time-series for each corresponding location.
end.date
A numeric vector; listing the year to end the time-series for each corresponding location.

See Also

MODISTransects