Displaying 5 results from an estimated 5 matches for "cornflowerblue".
2012 Apr 03
0
dendrogramGrob cuts off dendrograms (latticeExtra)
...data = runif(11 * 11));
> colnames(x) <- paste('col', 1:11, sep = '-');
> rownames(x) <- paste('row', 1:11, sep = '-');
>
> # Create some covariate data
> covariate.colours <- x[,1]
> covariate.colours[covariate.colours >= 0] <- "cornflowerblue";
> covariate.colours[covariate.colours != "cornflowerblue"] <- "coral";
>
> covariates <-list(
+ rect = list(
+ col = "black",
+ fill = covariate.colours,
+ lwd = 1.5
+ )
+...
2007 Nov 20
2
barplot problem
Hello,
I'm trying to find out how I can move the y axis label of a horizontal barplot further away from the axis, in order to avoid overlap between the names (which I have rotated using las=1) and the label. I have been fiddling with the graphical parameters but nothing seems to work. Maybe a graphical representation of the graphical parameters would be helpful (cf the CSS box model).
2012 Sep 07
0
Error when using s.multinom() of the ade4 package - %PCA and MCOA
...88.0006,90.0004,86.0008,86.0008,90.0004,90.0004,90.0004,90.0004,88.0006,90.0004)
round<-round(nobs) #is rounding necessary?
col<-c("darkgreen","springgreen4","limegreen","lavender","aquamarine","darkorchid3","orange","cornflowerblue","darkorchid4","gold","royalblue3","firebrick3","firebrick4","darkblue")
#load package:
library(adegenet)
#plot:
png(file="ln_PCA.png",width=1000)
par(mfrow=c(1,2))
s.multinom(kpca,sglmarkerfrq,n.sample=round,xlim=c(-1,1),...
2007 Jul 24
1
How to add circular text for a graph with concentric circles
...July 24, 2007
grid.circle(x=0.5, y=0.5, r=3*(.1268), default.units="npc", name=NULL,
gp=gpar(fill="olivedrab1",col=NULL), draw=TRUE, vp=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.095882), default.units="npc", name=NULL,
gp=gpar(fill="cornflowerblue",col=NULL), draw=TRUE,
vp=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.077894), default.units="npc", name=NULL,
gp=gpar(fill="aliceblue",col=NULL), draw=TRUE, vp=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.061884), default.units="npc", name=NULL,...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...661D",
"chocolate4", "#8B4513",
"coral", "#FF7F50",
"coral1", "#FF7256",
"coral2", "#EE6A50",
"coral3", "#CD5B45",
"coral4", "#8B3E2F",
"cornflowerblue", "#6495ED",
"cornsilk", "#FFF8DC",
"cornsilk1", "#FFF8DC",
"cornsilk2", "#EEE8CD",
"cornsilk3", "#CDC8B1",
"cornsilk4", "#8B8878",
"cyan", "#00...