median_temp {SunsVoc}R Documentation

Calculate Median Temperature

Description

This function calculates the median module temperature throughout the data to be used in corrections.

Usage

median_temp(df)

Arguments

df

Dataframe containing timeseries irradiance (column name must be poa) and module temperature (column name must be modt) in unit of Celsius.

Value

Returns an integer value of median reported module temperature of the data.

Examples

T_corr <- median_temp(df_wbw)


[Package SunsVoc version 0.1.2 Index]