plotcalendar: Conversion of dataframe in class windata

Description Usage Arguments Details Value Author(s) Examples

View source: R/plotcalendar.R

Description

Shape a dataframe in a class 'windata'

Usage

1
plotcalendar(wd, var = c("ave", "min", "max"), ane = "Ane1", shiny = F)

Arguments

wd

a dataframe to be converted

var

interval of time betwen two registers. Actually, it's only acepted intervals of 1 minut.

ane

the name of the variable that contains the dates of measurements

shiny

the admit formats are: - 'YYYYMMDD','YYYY-MM-DD','YYYY.MM.DD' or 'DD/MM/YYYY'

Details

The object windata is a list with the parameters that were mencionated before.

Value

Object of class 'windata' (see details).

Author(s)

Valeria Gogni, Mariano Bonoli, Ruben Bufanio, Diego Edwards

Examples

1
2
3
4
5
# simple example using the windspeed data set
data(wd)
 
# let's examine windspeed to see the variables' names
head(wd)

mbonoli/WindResource documentation built on May 22, 2019, 12:56 p.m.