Description Usage Arguments Methods Author(s)
Convert a Sol, G0, Gef,
ProdGCPV or ProdPVPS object into a
zoo object with daily values.
1 2 |
object |
A |
complete |
A logical. |
signature(object = "Sol")Conversion to a zoo
object with the content of the solD slot.
signature(object = "G0")If complete=FALSE (default) the result includes only
the columns of G0d, D0d and B0d from the
G0D slot. If
complete=TRUE it returns the contents of the slots solD
and G0D.
signature(object = "Gef")If complete=FALSE (default) the result includes only
the columns of Gefd, Defd and Befd from the
GefD slot. If
complete=TRUE it returns the contents of the slots solD,
G0D and GefD
signature(object = "ProdGCPV")If complete=FALSE
(default) the result includes only the columns of Eac,
Edc and Yf from the prodD slot. If
complete=TRUE it returns the contents of the slots solD,
G0D, GefD and prodD.
signature(object = "ProdPVPS")If complete=FALSE
(default) the result includes only the columns of Eac,
Qd and Yf from the prodD slot. If
complete=TRUE it returns the contents of the slots solD,
G0D, GefD and prodD.
Oscar Perpi<c3><b1><c3><a1>n Lamigueiro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.