Displaying 3 results from an estimated 3 matches for "dodgerblue".
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"),...
2010 Sep 09
0
Plotting dates and grid lines on the X-Axis of xyplot
...es <- nlevels(pData$Case)
theObsCase <- which(theCases==obs)[1]
types<-ifelse(1:nCases==theObsCase,"p","l")
theLegendLines <- 1:nCases==theObsCase
myFill.color=c("red","orange","ForestGreen","black","blue","DodgerBlue")[pData$Stream]
myPch.shape=c(23,24,21,22,15:19)[pData$Stream]
theDates<-as.Date(pData$Days,origin=start)
x.marks<-prettyDates(theDates, origin=start, by=xby)
print(x.marks)
xyplot(Value~theDates | Stream,
data=pData, groups=Case, type=types, distribute.type=T,
fill.color=myFi...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;deepskyblue1", "#00BFFF",
"deepskyblue2", "#00B2EE",
"deepskyblue3", "#009ACD",
"deepskyblue4", "#00688B",
"dimgray", "#696969",
"dimgrey", "#696969",
"dodgerblue", "#1E90FF",
"dodgerblue1", "#1E90FF",
"dodgerblue2", "#1C86EE",
"dodgerblue3", "#1874CD",
"dodgerblue4", "#104E8B",
"firebrick", "#B22222",
"firebrick1&qu...