| add_rh | R Documentation |
This function adds relative humidity data to APSIM weather records based on a standard weather file.
add_rh(apsim, standard, output = NULL, overwrite = FALSE)
apsim |
A character string specifying the path to the APSIM weather file. |
standard |
A character string specifying the path to the standard weather file containing relative humidity data. |
output |
A character string specifying the path to save the modified APSIM weather file with relative humidity data. If NULL, the function will not save the file. |
overwrite |
A logical value indicating whether to overwrite the output file if it already exists. Default is FALSE. |
A data frame containing the new weather records with relative humidity added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.