search for: tomato1

Displaying 3 results from an estimated 3 matches for "tomato1".

Did you mean: tomato
2014 Apr 24
2
palette() can hang and fail due to X11
...ike so: my.colors <- c("black" ,"red" ,"gold" ,"sky blue" ,"green" ,"blue" ,"orange" ,"grey" ,"hot pink" ,"brown" ,"sea green" ,"cyan" ,"purple" ,"tomato1") require("grDevices") palette(my.colors) That seemed to work reliably in all 2.x versions of R, regardless of whether my R was interactive or not, or if my Linux, ssh, and screen environment had X-Windows properly set up or not. It Just Worked. However, now in R 3.1.0 Patched...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...B", "thistle", "#D8BFD8", "thistle1", "#FFE1FF", "thistle2", "#EED2EE", "thistle3", "#CDB5CD", "thistle4", "#8B7B8B", "tomato", "#FF6347", "tomato1", "#FF6347", "tomato2", "#EE5C42", "tomato3", "#CD4F39", "tomato4", "#8B3626", "turquoise", "#40E0D0", "turquoise1", "#00F5FF", "turquoise2", &quo...
2009 Mar 14
1
multiple hypothesis testing
...the colors as class factor. You'll > need to convert to character. Note > > > mycols <- colors.plot(T) > > str(mycols$color.names) > Factor w/ 4 levels "blue","green",..: 3 4 2 1 > > str(as.character(mycols$color.names)) > chr [1:4] "tomato1" "yellow1" "green" "blue" > > > hth, > Kingsford > > > > > > Ross > > > > > > > > Kingsford Jones wrote: > >> > >> One option for creating your own palette is > >> > >> #inst...