radiation_conversion {BrazilMet}R Documentation

Conversion factors for radiation

Description

Function to convert the radiation data. The conversion name can be understand as follow:

Usage

radiation_conversion(data_to_convert, conversion_name)

Arguments

data_to_convert

A data.frame with radiation values to convert.

conversion_name

A character with the conversion_name summarize in the description of this function.

Value

A data.frame object wit the converted radiation.

Author(s)

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

## Not run: 
radiation_conversion_df <- radiation_conversion(data_to_convert = df$rad,
                                                conversion_name = "conversion_1")

## End(Not run)

[Package BrazilMet version 0.2.0 Index]