Evaluate flight correction
eval_flights_correction.Rd
Allows users to evaluate the flight correction process
Arguments
- flights_data
A data frame of flights data obtained through the
rnp_flights_data
function.- otm_splines
A nested
tibble
obtained using thegen_otm_splines
function.- summary
If set to
TRUE
, the function returns a summary dataset of the correction process. If set toFALSE
(default), the function returns a raw correction dataset
Value
If summary = TRUE
, a summary dataset with information on the mean, median,
mode, standard deviation, skewness, minimum and maximum bias between surface and operative temperatures
for every flight considered. If summary = FALSE
, the function returns
a raw correction dataset with all observations of surface temperature
(surf_temp
) and operative temperature (op_temp
) for all tiles
where OTMs were deployed for all flights considered.