D_xyplot-methods {solaR2} | R Documentation |
Methods for function xyplot in Package ‘solaR’
Description
Methods for function xyplot
in Package ‘solaR’
Methods
signature(x = "data.table", data = "missing")
:-
This method creates an XY plot for objects of class
data.table
without specifying adata
argument. It must contain a column namedDates
with the time information. signature(x = "formula", data = "Meteo")
:-
The
Meteo
object is converted into adata.table
object withgetData(x)
and displayed with the method fordata.table
. signature(x = "formula", data = "Sol")
:-
The
Sol
object is converted into adata.table
object withas.data.tableI(x, complete = TRUE, day = TRUE)
and displayed with the method fordata.table
. signature(x = "formula", data = "G0")
:-
Idem.
signature(x = "Meteo", data = "missing")
:-
The
Meteo
object is converted into adata.table
object withgetData(data)
. Thisdata.table
is thex
argument for a call toxyplot
, using the S4 method forsignature(x = "data.table", data = "missing")
. signature(x = "G0", data = "missing")
:-
The
G0
object is converted into adata.table
object withindexD(data)
. Thisdata.table
is thex
argument for a call toxyplot
, using the S4 method forsignature(x = 'data.table', data = 'missing')
. signature(x = "ProdGCPV", data = "missing")
:-
Idem, but the variables are not superposed.
signature(x = "ProdPVPS", data = "missing")
:-
Idem.
signature(x = "formula", data = "Shade")
:-
Idem.
Author(s)
Oscar Perpiñán Lamigueiro, Francisco Delgado López.