Description Usage Arguments Value Author(s) Examples
Constructor function of the objects of SIRData class needed to perform the clustering procedure of the daily clearness index distrubtions. Once you create a SIRData object, you no longer need other inputs. All the rest work will done automatically.
1 |
Ghi_from |
list of the global solar irradiance data with 10-min or 15-min loggin interval. Each component represents a day. Since the day lengths throughout the year are not equal, the class list is the most suitable. |
Ehi_from |
list of the corresponding extraterrestrial solar irradiance data of Ghi_from with the same time resolution. |
Ehi_to |
list of the extraterrestrial solar irradiance data of the 1-min resolution. |
Xbins |
numeric(1) represents the number of bins to create the matrix of the daily clearness index distributions. |
an object of class SIRData
Azeddine Frimane Azeddine.frimane@uit.ac.ma; Azeddine.frimane@yahoo.com
1 2 3 4 5 6 7 |
# The example and data below are just to give an idea of how the script works and not to judge the performance of the method.
data("GHI_10_min", "EHI_10_min", "EHI_1_min")
# creat an objet of class SIRData
newSIRDataObj <- SIR_Data(GHI_10_min, EHI_10_min, EHI_1_min, Xbins = 13)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.