search for: blue2

Displaying 6 results from an estimated 6 matches for "blue2".

Did you mean: blue
2011 Jul 28
2
Animated gif or something similar in R?
...s(rnorm(5,7,2)),1)), z=c(round(abs(rnorm(5,7,2)),1),round(abs(rnorm(5,12,2)),1), round(abs(rnorm(5,16,1)),1),round(abs(rnorm(5,6,2)),1),round(abs(rnorm(5,17,2)),1)), dotcol=c(rep('red2',5),rep('green2',5),rep('blue2',5),rep('yellow1',5),rep('purple2',5)) ) #this call doesn't show the right colors--why? plot3d(clusset, xlim=c(0,25), ylim=c(0,25), zlim=c(0,25),xlab='',ylab='',zlab='', col=clusset$dotcol, radius=1, type='s') #but if...
2005 Jul 27
3
Asymmetric colors for heatmap
> Dear expeRts, > > Currently, my colors are as follows: > mycol <- > c("blue1","blue2","blue3","blue4","black","yellow4","yellow3","yellow2","y > ellow1") > heatmap(snp, Rowv=NA, Colv=NA, col=mycol) > > However, I would like to have the following colors: > bright blue -> dark blue: for inte...
2006 Feb 18
1
installing datebox_engine
Hi, I want to install date picker from datebox.inimit.com. $ ruby script/plugin install datebox_engine Plugin not found: datebox_engine So I browse the website and download the universal file. It is in zip format. I extract it and here is the content: calendar-blue2.css calendar-green.css calendar-system.css calendar-win2k-2.css dateparse.js lang calendar-blue.css calendar-setup_stripped.js calendar-tas.css calendar-win2k-cold-1.css iconCalendar.gif skins calendar-brown.css calendar_stripped.js calendar-win2k-1.css cal...
2011 Jul 31
2
Legend for 2 plots on same screen
Hello, I have two plots on the same screen. I use the command par(mfrow=c(1,2)) in order to do this. When I try to make a legend for both plots, it only puts the legend in the plot on the right side. If I would like a legend that is outside of both of the plots, how would I do this? Thanks [[alternative HTML version deleted]]
2012 Nov 05
1
Plot 3 lines in one graph
I'm new with R. I want to plot 3 lines in one graph. This is my data: print(x) V1 V2 V3 V41 -4800 25195.73 7415.219 7264.282 -2800 15195.73 5415.219 7264.28 I tried using matplot, but I cannot get exactly what I want. This is what I get, and this is my code: matplot(x[,1],x[,-1],type='b', xlab = "epsilon_h", ylab = "Value2", xlim=
2000 Feb 29
0
mapping of colornames into hsv: half way done
...7", "bisque3", "#CDB79E", "bisque4", "#8B7D6B", "black", "#000000", "blanchedalmond", "#FFEBCD", "blue", "#0000FF", "blue1", "#0000FF", "blue2", "#0000EE", "blue3", "#0000CD", "blue4", "#00008B", "blueviolet", "#8A2BE2", "brown", "#A52A2A", "brown1", "#FF4040", "brown2", "#EE3B3B&q...