add_longwave | R Documentation |
Add longwave to ensemble forecast dataframe using Idso and Jackson (1969). Requires cloud cover and temperature variables in input data frame.
add_longwave(df)
df |
data frame output from one of the functions that gets a data frame from the API (e.g., |
data frame with the same columns as the input df
but with longwave_radiation
added as a variable
file <- system.file("extdata", "test-data.csv", package="ropenmeteo")
df <- readr::read_csv(file, show_col_types = FALSE)
df |>
add_longwave()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.