Description Usage Arguments Methods Author(s)
Convert a G0
object (or a extended class) into a data.frame
with
monthly values.
1 2 | ## S4 method for signature 'G0'
as.data.frameM(object, complete=FALSE)
|
object |
A |
complete |
A logical. |
signature(object = "G0")
This function converts the
object into a zoo
container with the as.zooM
function and then into a data.frame
with
as.data.frame
. Besides, it includes two additional columns
named month
and year
.
See as.zooM-methods
for a description of the argument
complete
.
Oscar Perpiñán Lamigueiro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.