R/wcal.R
wcal-WeaAna-method.Rd
There are two modes to use wcal
, function mode if FUN
is not null,
and string formula mode if FUN
is NULL.
# S4 method for WeaAna wcal(object, FUN = NULL, ..., var.args = NULL, var.name = NULL)
object | A WeaAna objects. |
---|---|
FUN | A function to be used which results should have the same length as original records. |
... | Optional arguments to |
var.args | Arguments of weather variable pass to |
var.name | Variable name is used if |