D_xyplot-methods {solaR} | R Documentation |
Methods for function xyplot in Package ‘solaR’
Description
Methods for function xyplot
in Package ‘solaR’
Methods
signature(x = "formula", data = "zoo")
:-
The
zoo
object is converted into adata.frame
object and additional columns are added (day
,month
andyear
, andw
with the solar hour in radians). Thisdata.frame
is thedata
argument for a call toxyplot
, using the S3 method for classformula
. signature(x = "formula", data = "Meteo")
:-
The
Meteo
object is converted into azoo
object withgetData(data)
. Thiszoo
is thedata
argument for a call toxyplot
, using the S4 method forsignature(x = "formula", data = "zoo")
. signature(x = "formula", data = "Sol")
:-
The
Sol
object is converted into azoo
object withas.zooI(data, complete = TRUE, day = TRUE)
(therefore, thezoo
includes the whole content of the object). Thiszoo
is thedata
argument for a call toxyplot
, using the S4 method forsignature(x = "formula", data = "zoo")
. signature(x = "formula", data = "G0")
:-
The
G0
object is converted into azoo
object withas.zooI(data, complete = TRUE, day = TRUE)
(therefore, thezoo
includes the whole content of the object). Thiszoo
is thedata
argument for a call toxyplot
, using the S4 method forsignature(x = "formula", data = "zoo")
. signature(x = "Meteo", data = "missing")
:-
The
Meteo
object is converted into azoo
object withgetData(x)
and displayed with the method forzoo
. signature(x = "G0", data = "missing")
:-
The
x
object is converted into azoo
object withas.zooD(x, complete = FALSE)
. Therefore, the content of theG0D
slot (azoo
object) is displayed with the method forzoo
. signature(x = "ProdGCPV", data = "missing")
:-
Idem, but the variables are not superposed.
signature(x = "ProdPVPS", data = "missing")
:-
Idem.
signature(x = "formula", data = "Shade")
:The
Shade
object is converted into adata.frame
and passed as thedata
argument to thexyplot
function. Once again, the S3 method for classformula
is used.
Author(s)
Oscar Perpiñán Lamigueiro