Predict thermal landscape
predict_thermal_landscape.RdPredicts a thermal landscape by integrating information from an OTM-tile match
object and an otm_splines object for a specified range of days of the
year (doy) and minutes of the day (mod).
Arguments
- matches
A matches data frame obtained using the
match_datafunction.- otm_splines
A nested
tibbleobtained using thegen_otm_splinesfunction.- doy
An integer or vector of integers indicating the day(s) of the year (
doy) for which the thermal landscape should be predicted. All elements withindoymust be within the range between when the OTMs started and finished recording operative temperatures.- mod
A numeric vector of length >=1 indicating the minute(s) of the day (
mod) for which the thermal landscape should be predicted. All elements withinmodmust fall within the 0 to 1440 range. Ifmodincludes values when the OTMs were not recording the function will remove them and provide a diagnostics message indicating the percentage of predictions removed.