search for: purple2

Displaying 5 results from an estimated 5 matches for "purple2".

Did you mean: purple
2011 Jul 28
2
Animated gif or something similar in R?
...ound(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 I redefine the colors again and call, it does clus...
2008 Jan 07
4
Orientation of labels on axes
...f the axes do not show up, probably because there's not enough space. I use the following code to create the plot: modality <- read.table("results.table", header=TRUE, sep=",") color <- c("red3","green3","blue3","orange2","purple2","brown4") plot(modality, col=color) >From the manual I though one of the following might help: > plot(length, col=color, las=1) > plot(length, col=color, las=2) > plot(length, col=color, las=0) This is supposed to change the orientation of the axis lables, I guess. But...
2008 Jan 04
1
Sorting of captions on axes
...... http://www.nabble.com/file/p14618947/at-modality.png I created this image with R by using the following code: modality <- read.table("results.table", header=TRUE, sep=",") color <- c("red3","green3","blue3","orange2","purple2","brown4") plot(modality, col=color) The data I read in has this format: ... 38355 GeneralInfo Textual 38356 GeneralInfo Textual 38357 Person Textual 38358 Person Combination 38359 Advice Textual 38360 GeneralInfo Textual ... The plot...
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
...t;, "#E066FF", "mediumorchid2", "#D15FEE", "mediumorchid3", "#B452CD", "mediumorchid4", "#7A378B", "mediumpurple", "#9370DB", "mediumpurple1", "#AB82FF", "mediumpurple2", "#9F79EE", "mediumpurple3", "#8968CD", "mediumpurple4", "#5D478B", "mediumseagreen", "#3CB371", "mediumslateblue", "#7B68EE", "mediumspringgreen","#00FA9A", &...