This class contains the global, diffuse and direct irradiation and irradiance on the horizontal plane, and ambient temperature.
Objects can be created by the function calcG0
.
G0D
:Object of class "zoo"
created by
fCompD
. It includes daily
values of:
numeric, the diffuse fraction
numeric, the clearness index
numeric, the global irradiation on a horizontal surface (Wh/m<U+00B2>)
numeric, the diffuse irradiation on a horizontal surface (Wh/m<U+00B2>)
numeric, the direct irradiation on a horizontal surface (Wh/m<U+00B2>)
G0I
:Object of class "zoo"
created by
fCompI
. It includes values of:
numeric, clearness index
numeric, global irradiance on a horizontal surface, (W/m<U+00B2>)
numeric, diffuse irradiance on a horizontal surface, (W/m<U+00B2>)
numeric, direct irradiance on a horizontal surface, (W/m<U+00B2>)
G0dm
:Object of class "zoo"
with monthly mean
values of daily irradiation.
G0y
:Object of class "zoo"
with yearly sums of irradiation.
Ta
:Object of class "zoo"
with intradaily ambient
temperature values.
Besides, this class contains the slots from the '>Sol
and
'>Meteo
classes.
signature(object = "G0")
: conversion to a
zoo
object with daily values.
signature(object = "G0")
: conversion to a
zoo
object with intradaily values.
signature(object = "G0")
: conversion to a
zoo
object with monthly values.
signature(object = "G0")
: conversion to a
zoo
object with yearly values.
signature(object = "G0")
: conversion
to a data.frame with daily values.
signature(object = "G0")
: conversion
to a data.frame with intradaily values.
signature(object = "G0")
: conversion
to a data.frame with monthly values.
signature(object = "G0")
: conversion
to a data.frame with yearly values.
signature(object = "G0")
: index of the
solD
slot.
signature(object = "G0")
: index of the
solI
object.
signature(object = "G0")
: accesor for the
match
slot.
signature(object = "G0")
: latitude of the inherited
'>Sol
object.
signature(x = "G0", data = "missing")
: display
the time series of daily values of irradiation.
signature(x = "formula", data = "G0")
:
displays the contents of a G0
object with the
xyplot
method for formulas.
Perpi<U+00F1><U+00E1>n, O, Energ<U+00ED>a Solar Fotovoltaica, 2015. (https://oscarperpinan.github.io/esf/)
Perpi<U+00F1><U+00E1>n, O. (2012), "solaR: Solar Radiation and Photovoltaic Systems with R", Journal of Statistical Software, 50(9), 1-32, 10.18637/jss.v050.i09