SolarRadiation_df | R Documentation |
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.
data(SolarRadiation_df)
A data frame with 696 observations and 4 variables:
Date and time of observation (POSIXct)
Solar radiation in Seoul (numeric)
Solar radiation in Daegu (numeric)
Solar radiation in Busan (numeric)
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.
Data taken from the EPT package version 0.7.6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.