Displaying 2 results from an estimated 2 matches for "dodgerblue1".
Did you mean:
dodgerblue3
2012 Dec 20
1
Plot multiple Graphics via Layers
...X2 <- matrix (magenta3, ncol=13, byrow=T)
layer2 <- glayer(apply(X=X2[,1:13],
MARGIN = 2,
FUN=function(x) {
barplot(x, horiz=T, xlim=c(-.75,.75), ylim=c(0,10),col=c("magenta3"),
axes=F, width = .5, space = .5)
axis(side=1, labels=F)}
))
dodgerblue1 <- c(rep(0,length(X[1:4,])),X[5,],rep(0,length(X[-(1:5),])))
X3 <- matrix (dodgerblue1, ncol=13, byrow=T)
layer3 <- glayer(apply(X=X3[,1:13],
MARGIN = 2,
FUN=function(x) {
barplot(x, horiz=T, xlim=c(-.75,.75), ylim=c(0,10),col=c("dodgerblue1"),...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...uot;deepskyblue2", "#00B2EE",
"deepskyblue3", "#009ACD",
"deepskyblue4", "#00688B",
"dimgray", "#696969",
"dimgrey", "#696969",
"dodgerblue", "#1E90FF",
"dodgerblue1", "#1E90FF",
"dodgerblue2", "#1C86EE",
"dodgerblue3", "#1874CD",
"dodgerblue4", "#104E8B",
"firebrick", "#B22222",
"firebrick1", "#FF3030",
"firebrick2&quo...