generateClusteringReport: Generate html report

Description Usage Arguments Examples

View source: R/graph.R

Description

Write and save a report with the results of the clustering of the flow-based domains. For one typical day, the report contains the representation of all the 24 hourly flow-based domains and their comparison with the domains of the other historical days it represents.

Usage

1
generateClusteringReport(dayType, outputFile = NULL, data)

Arguments

dayType

numeric Typical day identifier

outputFile

character a folder where the html report is saved

data

data.table results from the clustering, output data from clusteringTypicalDays

Examples

1
2
clusterTD <- readRDS(system.file("dataset/cluster_example.RDS",package = "flowBasedClustering"))
generateClusteringReport(dayType = 7, data = clusterTD)

rte-antares-rpackage/flowBasedClustering documentation built on Nov. 21, 2020, 11:21 a.m.