Learn R Programming

SunsVoc (version 0.1.2)

isc.1sun: 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

Run this code
# NOT RUN {
isc_1sun <- isc.1sun(df_wbw$isc, df_wbw$poa)

# }

Run the code above in your browser using DataLab