isc.1sun: Obtain 1-sun Isc Value

Description Usage Arguments Value Examples

View source: R/tpk-isc_1sun.R

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

1
isc.1sun(isc, Irrad)

Arguments

isc

Isc values

Irrad

Irradiance values

Value

Returns a calculated Isc value at 1-sun Irradiance.

Examples

1
isc_1sun <- isc.1sun(df_wbw$isc, df_wbw$poa)

SunsVoc documentation built on April 30, 2021, 5:07 p.m.