Displaying 3 results from an estimated 3 matches for "chart2".
Did you mean:
chart
2012 Mar 07
3
sobre googlevis
...no encuentro la forma
de reproducir el gráfico de las puntuaciones factoriales . Usando
gvisScatterChart puedo dibujar los puntos pero no sé cómo poner un color
para cada especie.
Lo que he hecho es
library(googleVis)
data(iris)
mod <- prcomp(iris[, 1:4])
scores <- as.data.frame(mod$x)
chart2<- gvisScatterChart(scores)
plot(chart2)
Pero no sé como hacer para que tome un color distinto según la Especia.
Podrían unir ggplot2 y googlevis ;)
Saludos
2004 Apr 25
2
Yahoo bug in tseries::get.hist.quote and its::priceIts
...,1146.25,1148.16,1138.48,1140.53,1658200064,1140.53
6-Apr-04,1144.26,1150.57,1143.35,1148.16,1551449984,1148.16
5-Apr-04,1141.81,1150.57,1141.63,1150.57,1614749952,1150.57
2-Apr-04,1144.15,1144.73,1132.17,1141.81,2134489984,1141.81
1-Apr-04,1128.14,1135.53,1126.21,1132.17,1765560064,1132.17
<!-- chart2.finance.scd.yahoo.com uncompressed Sat Apr 24 15:27:40 PDT 2004 -->
Is there an _elegant and portable_ way of reading this with the last line?
I needed this, and used the somewhat clunky
data <- read.csv(destfile)
unlink(destfile)
data <- data[-(nlines-1),] # skip v...
2009 Mar 03
4
How to fix radius of the open flash chart in ruby
Hello friends,
i m using open flash chart plugin in my rails application to generate
multiple pie charts. I want pie charts to be of equal size. Does anyone
know how to set the equal radius for all the charts.
i created one method to set radius in open flash chart plugin and called
it from my controller. bt it doesnt work...
It simply renders nothing..
any suggestions are greatly