Displaying 5 results from an estimated 5 matches for "ccffff".
Did you mean:
cffff
2004 Nov 02
2
Color schemes that work for people with color-deficient vision
...FCA99", "#FFAD66", "#FF8F33", "#CC5800", "#994000")
BluetoDarkOrange.18 <- c("#006666", "#009999", "#00CCCC", "#00FFFF", "#33FFFF", "#66FFFF", "#99FFFF", "#B2FFFF", "#CCFFFF", "#E6FFFF", "#FFE6CC", "#FFCA99", "#FFAD66", "#FF8F33", "#FF6E00", "#CC5500", "#993D00", "#662700")
DarkRedtoBlue.12 <- c("#2A0BD9", "#264EFF", "#40A1FF", "#73DAFF&q...
2009 Jul 03
2
Two questions about the cloud function in the lattice package
...0), col=c("red","blue","green"),
pch=c(20,20,20),
perspective=FALSE,
key=list(title="IrisData",x=.05,y=.95,corner=c(0,1),
border=TRUE,
points=list(alpha=c(1,1,1), cex=c(0.8,0.8,0.8),
col=c("red","blue","green"), fill=c("#CCFFFF","#FFCCFF","#CCFFCC"),
font=c(1,1,1), pch=c(20,20,20)),
text=list(c("setosa","versicolor","virginica"))))
Neither setting border=F nor changing font=c(1,1,1) to font=c(3,3,3)
seem to do anything (as far as I can tell), which was how I thou...
2010 Nov 13
1
barplot3d cutting off labels
...< 2","2 <= GW ECe < 3","3 <= GW ECe
< 4","4 <= GW ECe < 5","5 <= GW ECe < 6","GW ECe > 6"),
col.bar=c("#FF6633","#FFFF33","#99CCFF","#9933FF","#44ff58","#CCFFFF","#FF6666"),
z.lab="Soil ECe")
I've also tried to use par(mar=c(5,5,5,5)) or par(oma=c(5,5,5,5)), but to no
avail. Any ideas?
Thanks,
E
--
View this message in context: http://r.789695.n4.nabble.com/barplot3d-cutting-off-labels-tp3041309p3041309.html
Sent fro...
2007 Jun 05
1
multiple plot in odfWeave
...print(df)
map(database="world", xlim=c(-15,40),ylim=c(27,71), fill=TRUE,
col="#FFFFCC")
points(df$longitude,df$latitude, col="red", pch=16)
spread.labels(df$longitude,df$latitude,df$orgashort,0,bg="#CCFFFF",
border=TRUE, cex=0.8, xpad=0.5, ypad=0.8, font=6)
}
@
Then in the R console:
>library (odfWeave)
>inFile <- "/home/lamilhat/AQUAGENOME/PRESENTATION/RAPPORTS/test_2.odt"
>outFile <-
"/home/lamilhat/AQUAGENOME/PRESENTATION/RAPPORTS/test_2_out.odt"...
1999 Aug 09
1
cm.colors bug (PR#244)
...Potter
Version: 0.64.1
OS: solaris 2.6
Submission from: (NULL) (12.18.36.220)
cm.colors() returns an extra element "1":
> cm.colors(10)
"#7FFFFF" "#99FFFF" "#B2FFFF" "#CCFFFF" "#E5FFFF" "#FFE5FF" "#FFCCFF" "#FFB2FF"
v
"#FF99FF" "#FF7FFF" "1"
>
Why I think it happens
The function has an unnecessary right parentheses
immediately preceding ", v=1"...