D_window-methods: Methods for extracting a time window
Description
Method for extracting the subset of a solaR object
whose daily time index (indexD) is comprised between the
times i and j.
Usage
# S4 method for Meteo
[(x, i, j, ..., drop = TRUE)
# S4 method for Sol
[(x, i, j, ..., drop = TRUE)
# S4 method for G0
[(x, i, j, ..., drop = TRUE)
# S4 method for Gef
[(x, i, j, ..., drop = TRUE)
# S4 method for ProdGCPV
[(x, i, j, ..., drop = TRUE)
# S4 method for ProdPVPS
[(x, i, j, ..., drop = TRUE)
Arguments
x
A Meteo, Sol, etc. object.
i
an index/time value (Date or POSIXct
classes) defining the start of the time window.
j
an index/time value (Date or POSIXct
classes) defining the end of the time window.