Learn R Programming

solaR2 (version 0.11)

D_xyplot-methods: Methods for function xyplot in Package `solaR'

Description

Methods for function xyplot in Package `solaR'

Arguments

Methods

signature(x = "data.table", data = "missing"):

This method creates an XY plot for objects of class data.table without specifying a data argument. It must contain a column named Dates with the time information.

signature(x = "formula", data = "Meteo"):

The Meteo object is converted into a data.table object with getData(x) and displayed with the method for data.table.

signature(x = "formula", data = "Sol"):

The Sol object is converted into a data.table object with as.data.tableI(x, complete = TRUE, day = TRUE) and displayed with the method for data.table.

signature(x = "formula", data = "G0"):

Idem.

signature(x = "Meteo", data = "missing"):

The Meteo object is converted into a data.table object with getData(data). This data.table is the x argument for a call to xyplot, using the S4 method for signature(x = "data.table", data = "missing").

signature(x = "G0", data = "missing"):

The G0 object is converted into a data.table object with indexD(data). This data.table is the x argument for a call to xyplot, using the S4 method for signature(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

Oscar Perpiñán Lamigueiro, Francisco Delgado López.