csvToSimpleDygraph: csvToSimpleDygraph

Description Usage Arguments Value Examples

View source: R/seeTimeTrend.R

Description

Simple dygraph visualization from csv timeseries

Usage

1
csvToSimpleDygraph(compileFile, variableName)

Arguments

compileFile

csv file (with "timestamp" column date (%Y-%m-%d %H:%M:%S)

variableName

String of variable code into compileFile (ex. "WTD")

Value

html time trend with dygraph from each variable

Examples

1
2
3
4
5
compileFilePath <- system.file("extdata",
"compilation/Compile_lgt_bm1_2020.csv",
package = "toolboxMeteosol")
dataCompile <- read.csv(compileFilePath,header=TRUE,sep=";")
csvToSimpleDygraph(dataCompile,"WTD")

Rosalien/toolboxMeteosol documentation built on Aug. 15, 2020, 7 a.m.