Displaying 3 results from an estimated 3 matches for "etiq".
Did you mean:
eti
2012 Jul 19
2
Line chart with a double matrix
Hello,
I have a double matrix that I want to represent in a line chart. Although I
have seen some examples I still don't manage to get it. My data is this (a
double matrix called mymatrix) :
Blogs Wikis Redes Etiq. SPC LMS
Menor de 30 57.14 28.57 14.29 28.57 57.14 28.57
de 31 a 40 63.83 61.70 29.79 17.02 59.57 70.21
de 41 a 50 72.64 70.75 47.17 20.75 55.66 75.47
Mayor de 51 62.07 58.62 48.28 17.24 50.00 67.24
As I understand from http://www.statmethods.net/graphs/line.html this
example (see bottom o...
2011 Apr 09
6
grafico
Hola a todos,
a<-c(1,2,3,4,5)
b<-c(1.3,2.4,5,6,8)
etiquetas<-c("etiq1","etiq2","etiq3","etiq4","etiq5")
c<-rbind(a,b)
Me gustaría hacer un gráfico en el que se represente en el eje Y las series a y
b que están unidas en c y en el eje X las etiquetas ¿cómo se podría hacer?
Espero haberme explica...
2009 Oct 31
3
Plots with k-means
Hi,
I'm doing a k-means cluster with 6 clusters and 15 variables. Any
suggestions on how to plot the results?
I've tried the standard xy plot, but couldn't get much of it.
Thansk in advance,
Iuri.