Relies on the MODISTools package to query data. Currently only works for areas with Daymet coverage (Northern America).

pr_fm_modis(path = tempdir(), phenophase = "Increase", cycle = 1, offset = 264)

Arguments

path

a path to MODISTools MCD12Q2 phenology dates

phenophase

Phenological phase, Increase, Maximum, Decrease or Minimum (default = Increase)

cycle

retrieve data from which cycle, 1th or 2th (default = 1)

offset

offset of the time series in DOY (default = 264, sept 21)

Examples


if (FALSE) {
modis_data = pr_fm_modis()
}