This dataset, SolarRadiation_df, is a data frame containing hourly solar radiation measurements recorded at three locations in South Korea: Seoul, Daegu, and Busan. Observations cover the period from September 1, 2003, to September 29, 2003, and were obtained from the Korea Meteorological Administration.
Usage
data(SolarRadiation_df)
Format
A data frame with 696 observations and 4 variables:
- Date
Date and time of observation (POSIXct)
- Seoul
Solar radiation in Seoul (numeric)
- Daegu
Solar radiation in Daegu (numeric)
- Busan
Solar radiation in Busan (numeric)
Details
The dataset name has been kept as 'SolarRadiation_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.