csvToDygraph: csvToDygraph

Description Usage Arguments Value Examples

View source: R/seeTimeTrend.R

Description

Complex dygraph visualization from csv timeseries

Usage

1
csvToDygraph(compileFile, variableName)

Arguments

compileFile

csv file (specific format)

variableName

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

Value

html time trend with dygraph with all variable selected ()

Examples

1
2
3
4
5
6
compileFilePath <- system.file("extdata",
"compilation/Compile_lgt_bm1_2020.csv",
package = "toolboxMeteosol")
compileFile <- read.csv(compileFilePath,header=TRUE,sep=";")
variableName <- c("TS_1_1_1","TS_1_2_1")
csvToDygraph(compileFile,variableName)

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