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)
a path to MODISTools MCD12Q2 phenology dates
Phenological phase, Increase, Maximum, Decrease or Minimum (default = Increase)
retrieve data from which cycle, 1th or 2th (default = 1)
offset of the time series in DOY (default = 264, sept 21)
if (FALSE) {
modis_data = pr_fm_modis()
}