isc.1sun {SunsVoc} | R Documentation |
This function is used internally by IVxbyx and others for the calculation of 1-sun Isc values based on Isc and Irradiance measurements.
isc.1sun(isc, Irrad)
isc |
Isc values |
Irrad |
Irradiance values |
Returns a calculated Isc value at 1-sun Irradiance.
isc_1sun <- isc.1sun(df_wbw$isc, df_wbw$poa)