Usage
box.plots(result, solution, show.measures = 1:num.measures,
new.order = 1:solution, show.synthetic.peaks = FALSE,
synthetic.peaks.col = c(2:8, 3), show.timestep = NA,
ref = NULL, ref.new.order = new.order, ref.solutions =
solution)
errors.in.time(xval, result, solution, show.months = FALSE, new.order = 1:solution )
peaks.in.clusters(result, solution, new.order = 1:solution)
peaks.measures(result, show.measures = 1:num.measures, synthetic.peaks.col = c(2:8, 2:8), mfrow = c(2, 3), do.out = rep(TRUE, length(show.measures)))
scatterplot(measures, show.measures=1:num.measures)Arguments
result
object returned from tiger measures
data.frame from which to create a scatter plot. e.g. result$measures.uniform
solution
number of clusters to use for further evaluations (see also validityIndex) show.measures
vector of indices indicating for which performance measures to show the plots
show.synthetic.peaks
Show values of the synthetic peaks on top of the box plots.
synthetic.peaks.col
Colors to use for synthetic peaks.
do.out
vector of booleans indicating whether to exclude outliers when showing the plot
show.timestep
timestep for which
the values for the performance measures are to be plotted as black lines in the box plot
xval
Values to be plotted on the x-axis (e.g. POSIX-date)
show.months
Boolean indicating whether to add month ticks to x axis
ref
Reference solution to be ploted in grey on the box plot
ref.new.order
New numbering to assign to clusters for reference solution on the box plot
ref.solutions
Number of clusters for reference solution for which to plot the box plot