From bac8fad2fe4ad3fbcf10673b108375420b5f30ba Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 20 Mar 2017 23:38:41 +0100
Subject: [PATCH] add a few TODOs for plot

---
 epclust/R/plot.R | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/epclust/R/plot.R b/epclust/R/plot.R
index 096159d..8d2c961 100644
--- a/epclust/R/plot.R
+++ b/epclust/R/plot.R
@@ -1,3 +1,15 @@
 #TODO: some visualization
 #for (i in 1:6) {plot(medoids_ascii[i,1:200],type="l",ylim=c(-5,5),col=i);par(new=TRUE)}
 #...
+#PLOT:
+#plot manifold 2D distances WER / --> récupérer les distances ? quand ?
+#fenetre tempo forme des courbes / --> OK (jour[type] / semaine, indices en arg)
+#medoids / --> OK (moyennés sur 1 jour / type de jour / semaine)
+#gain en prevision: clust puis full --> enercast (comment l'utiliser ?)
+#
+#> plot(cr$medoids[1:100,1],type="l")
+#> #for (i in 1:15)plot(cr$medoids[1:100,1],type="l")
+#> r = range(cr$medoids[1:96,])
+#> for (i in 1:15) {plot(cr$medoids[1:96,i],type="l",ylim=r,col=i); par(new=TRUE) }
+#> 
+#
-- 
2.44.0