D_levelplot-methods {solaR} | R Documentation |
Methods for function levelplot.
Description
Methods for function levelplot
and zoo
and solaR
objects.
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 tolevelplot
, using the S3 method for classformula
. signature(x = "formula", data = "Meteo")
:-
The
Meteo
object is converted into azoo
object, and the previous method is used. signature(x = "formula", data = "Sol")
:idem
signature(x = "formula", data = "G0")
:idem
Author(s)
Oscar Perpiñán Lamigueiro
[Package solaR version 0.46 Index]