plotMonotone: Plot monotone

Description Usage Arguments Examples

View source: R/getProbability.R

Description

Plot monotone

Usage

1
plotMonotone(climate, cluster, dayType, variable)

Arguments

climate

data.table climate file, 2 first columns are Date and Period, others are params files

cluster

data.table output of clusteringTypicalDays

dayType

numeric typical day

variable

character name of variable to plot

Examples

1
2
3
4
5
6
7
# climate data
climate <- fread(system.file("dataset/climate_example.txt",package = "flowBasedClustering"))

# classification result
clusterTD <- readRDS(system.file("dataset/cluster_example.RDS",package = "flowBasedClustering"))

plotMonotone(climate = climate, cluster = clusterTD, dayType = 1, variable = "DE_wind")

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