plotMonotone: Plot monotone

View source: R/getProbability.R

plotMonotoneR Documentation

Plot monotone

Description

Plot monotone

Usage

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


## Not run: 
# 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")

## End(Not run)

rte-antares-rpackage/fbClust documentation built on July 4, 2023, 12:06 a.m.