Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anteriorRevisão anterior
Próxima revisão
Revisão anterior
software:art-dev:todo [2009/07/29 15:17] pedrosoftware:art-dev:todo [2009/10/18 16:12] (atual) pedro
Linha 1: Linha 1:
 ====== To Do List ====== ====== To Do List ======
 +
 +=====plot(db)=====
 +
 +  plot(db)
 +  plot(db, "viewname")
 +  plot(db, "viewname", separateThemes=T)
 +  plot(db, layers=TRUE)
 +
 +It creates an MxN (using par(mfcol(lenght(views)/sqrt(length(views)), sqrt(length(views))])window and plot each view separately.
 +To do so, we need the following functions:
 +
 +  - getSlices(theme)
 +  - getVisual(theme) working correctly
 +  - getThemes(db, "view")
 +  - plot(theme) using getVisual as default
 +=====setVisual()=====
 +
 +It only works once. Give the possibility to change the visual.
  
 ===== Bugs ====== ===== Bugs ======

QR Code
QR Code software:art-dev:todo (generated for current page)