isc.1sun {SunsVoc} | R Documentation |
Obtain 1-sun Isc Value
Description
This function is used internally by IVxbyx and others for the calculation of 1-sun Isc values based on Isc and Irradiance measurements.
Usage
isc.1sun(isc, Irrad)
Arguments
isc |
Isc values |
Irrad |
Irradiance values |
Value
Returns a calculated Isc value at 1-sun Irradiance.
Examples
isc_1sun <- isc.1sun(df_wbw$isc, df_wbw$poa)
[Package SunsVoc version 0.1.2 Index]