as.zooM-methods: Methods for Function as.zooM

Description Usage Arguments Methods Author(s)

Description

Convert a G0, Gef, ProdGCPV or ProdPVPS object into a zoo object with monthly average of daily values.

Usage

1
2
## S4 method for signature 'G0'
as.zooM(object, complete=FALSE)

Arguments

object

A G0 object (or extended.)

complete

A logical.

Methods

signature(object = "G0")

The result is the G0dm slot.

signature(object = "Gef")

If complete=FALSE (default) the result is the slot Gefdm. If complete=TRUE it returns the slot G0dm.

signature(object = "ProdGCPV")

If complete=FALSE (default) the result is the prodDm slot. If complete=TRUE the result includes the slots G0dm and Gefdm.

signature(object = "ProdPVPS")

If complete=FALSE (default) the result is the prodDm slot. If complete=TRUE the result includes the slots G0dm and Gefdm.

Author(s)

Oscar Perpi<c3><b1><c3><a1>n Lamigueiro


solaR documentation built on May 2, 2019, 6:07 p.m.

Related to as.zooM-methods in solaR...