Description Usage Arguments Author(s) See Also Examples
Method for extracting the subset of a solaR
object
whose daily time index (indexD
) is comprised between the
times i
and j
.
1 2 3 4 5 6 7 8 9 10 11 12 | ## S4 method for signature 'Meteo'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'Sol'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'G0'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'Gef'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'ProdGCPV'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'ProdPVPS'
x[i, j, ..., drop = TRUE]
|
x |
A |
i |
an index/time value ( |
j |
an index/time value ( |
..., drop |
Additional arguments for |
Oscar Perpiñán Lamigueiro
1 2 3 4 5 6 7 8 9 |
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Loading required package: lattice
Loading required package: latticeExtra
Loading required package: RColorBrewer
Time Zone set to UTC.
[1] "2020-01-01 UTC" "2020-12-31 UTC"
[1] "2020-01-01 UTC" "2020-01-31 UTC"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.