search for: yellow1

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

Did you mean: yellow
2011 Jul 28
2
Animated gif or something similar in R?
...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 I redefine the colors aga...
2017 Aug 31
2
using both ConnectTo and AutoConnect to avoid network partitions
...w is our updated configuration: http://imgur.com/a/n6ksh - 2 Tinc nodes (yellow labels) have a public external IP and port 655 open. They both have ConnectTo's to each other and AutoConnect = yes - The remainder tinc nodes (blue labels) have their tinc.conf set up as follows: ConnectTo = yellow1 ConnectTo = yellow2 AutoConnect = yes - Blue labeled nodes also have their port 655 open, but no node in the network has a ConnectTo to any blue labeled node - we are still using tinc1.1pre14 - The configuration was loaded by ensuring: - each node has the keys and Address for their...
2009 Nov 26
3
barchart() {Lattice} help.
Hi R Users, I'm trying to plot a stacked barplot. Here is data: Sample Col1 Col2 Col3 Row1 -2 4 -1 Row2 3 -2 4 Row3 3 5 -2 Row4 4 1 -1 I'm using following R code: library(lattice) dta<-read.table("data.txt", header=TRUE, row.names="Sample") barchart(data.matrix(dta), horizontal=FALSE, stack=TRUE, col=2:4,
2017 Aug 22
3
using both ConnectTo and AutoConnect to avoid network partitions
Hi Guus Thanks for clarifying. Some follow up questions: - How do we patch 1.1pre14 with this fix? Or will there be a 1.1pre15 to upgrade to? - What is the workaround until we patch with this fix? Using a combination of AutoConnect and ConnectTo? - When we use ConnectTo, is it mandatory to have a cert file in the hosts/* dir with an IP to ConnectTo ? -nirmal On Tue, Aug 22, 2017 at 12:10
2000 Feb 29
0
mapping of colornames into hsv: half way done
...uot;#B0C4DE", "lightsteelblue1", "#CAE1FF", "lightsteelblue2", "#BCD2EE", "lightsteelblue3", "#A2B5CD", "lightsteelblue4", "#6E7B8B", "lightyellow", "#FFFFE0", "lightyellow1", "#FFFFE0", "lightyellow2", "#EEEED1", "lightyellow3", "#CDCDB4", "lightyellow4", "#8B8B7A", "limegreen", "#32CD32", "linen", "#FAF0E6", "magenta",...
2009 Mar 14
1
multiple hypothesis testing
...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 > >> > >> #install.packages('ep...