glm_variables {ropenmeteo} | R Documentation |
Get set of variables required for the GLM model
Description
Get set of variables required for the GLM model
Usage
glm_variables(product, time_step)
Arguments
product |
api type: climate, forecast, ensemble_forecast, historical, seasonal_forecast |
time_step |
model and time-step: hourly, 6hour, daily |
Value
a vector of variables requires by the GLM model; the vector can be used in the variables
argument in the API function calls (e.g., get_ensemble_forecast
).
Examples
glm_variables(product = "ensemble_forecast", time_step = "hourly")
[Package ropenmeteo version 0.1 Index]