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²)
numeric, the diffuse irradiation on a horizontal surface (Wh/m²)
numeric, the direct irradiation on a horizontal surface (Wh/m²)
G0I
:Object of class "zoo"
created by
fCompI
. It includes values of:
numeric, clearness index
numeric, global irradiance on a horizontal surface, (W/m²)
numeric, diffuse irradiance on a horizontal surface, (W/m²)
numeric, direct irradiance on a horizontal surface, (W/m²)
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.
Class "Meteo"
, directly.
Class "Sol"
, directly.
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.
Oscar Perpiñán Lamigueiro.
Perpiñán, O, Energía Solar Fotovoltaica, 2025. (https://blogs.upm.es/oscarperpinan/libros/esf/)
Perpiñán, O. (2012), "solaR: Solar Radiation and Photovoltaic Systems with R", Journal of Statistical Software, 50(9), 1-32, tools:::Rd_expr_doi("10.18637/jss.v050.i09")
Sol
,
Gef
.