mock_env_data | R Documentation |
A small dataset of environmental variables created for testing and examples. This dataset includes hourly observations with random values for meteorological and temporal variables.
mock_env_data
A data frame with 100 rows and 12 variables:
POSIXct. Date and time of the observation (hourly increments).
Numeric. Randomly generated target variable.
Numeric. Global radiation in W/m² (random values between 0 and 1000).
Numeric. Temperature in °C (random values between -10 and 35).
Numeric. Rainfall in mm (random values between 0 and 50).
Numeric. Wind speed in m/s (random values between 0 and 20).
Numeric. Wind direction in degrees (random values between 0 and 360).
Numeric. Longwave downward radiation in W/m² (random values between 0 and 500).
Integer. Julian day of the year, ranging from 1 to 10.
Integer. Day of the week, ranging from 1 (Monday) to 7 (Sunday).
Integer. Hour of the day, ranging from 0 to 23.
Numeric. UNIX timestamp (seconds since 1970-01-01 00:00:00 UTC).
Generated within the package for example purposes.
data(mock_env_data)
head(mock_env_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.