search for: tomato4

Displaying 4 results from an estimated 4 matches for "tomato4".

Did you mean: tomato
2005 Mar 30
5
2d plotting and colours
Hi! I am new to R just 3 days in it and i apologize if my questions seem very trivial and consumed your valuable time. I am coding in perl and i stumbled upon R regarding plotting good statistical graphs. I tried the kmean clustering for a large matrix ,say > 150 * 150 . I tried the example code given in the tutorial to perform 2d plot # i ranges from 2 to 10 cl <- kmeans(x, i, 20)
2004 Mar 24
5
colors, lines, characters .... documentation
Hi, Very so often when i am plotting something, doing a histogram, or whatever i am struggling to find out which are the numbers for different colors, palette names, types of lines, symbols, etc. Is there any documentation on line with all these numbers / names and the associated symbol / color??? For example if i am using the command image it uses a palette from red to yellow, with red the
2000 Feb 29
0
mapping of colornames into hsv: half way done
...E", "thistle3", "#CDB5CD", "thistle4", "#8B7B8B", "tomato", "#FF6347", "tomato1", "#FF6347", "tomato2", "#EE5C42", "tomato3", "#CD4F39", "tomato4", "#8B3626", "turquoise", "#40E0D0", "turquoise1", "#00F5FF", "turquoise2", "#00E5EE", "turquoise3", "#00C5CD", "turquoise4", "#00868B", "violet", &...
2009 Mar 14
1
multiple hypothesis testing
...> str(mycols$color.names) > Factor w/ 15 levels "slategray2","snow3",..: 9 10 11 12 13 14 15 1 2 3 ... > > ##Factor w/ 4 levels "blue","green",..: 3 4 2 1 > > str(as.character(mycols$color.names)) > chr [1:15] "tomato1" "tomato4" "turquoise1" "violet" "violetred4" "wheat3" > ... > > ##chr [1:4] "tomato1" "yellow1" "green" "blue" > > > > attach(dd) > > seqiplot(data.seq[1:4,], withlegend=FALSE, ylab="Seal ID&...