Displaying 7 results from an estimated 7 matches for "gray85".
Did you mean:
gray80
2006 Oct 26
1
Adding shading to background of Time series plot
...= " ", ylab = " ",
axes=FALSE, col=c(12,14)))
mtext("Time", side=1, line=3, cex = 0.75, font = 1)
mtext("Yield", side=4, line=1, cex = 0.75, font = 1)
mtext("Dow Jones Level", side=2, line=2, cex = 0.7, font = 1)
polygon(cord.x2,cord.y1,col = "gray85")
polygon(cord.x3,cord.y1,col = "gray85")
polygon(cord.x4,cord.y1,col = "gray85")
polygon(cord.x5,cord.y1,col = "gray85")
polygon(cord.x6,cord.y1,col = "gray85")
2024 Jun 26
2
Ayuda para hacer una lista
...hape2::melt(cvdf)
g5 <-ggplot( cvdf_melt, aes(x=variable,
y=value))+geom_boxplot(color="black",fill=palette, alpha=0.8)+##,
fill="Experiment"
scale_y_continuous(limits=c(0,100), breaks=seq(0,100, by=10))+
theme_bw()+
theme(panel.grid.major = element_line(colour = "gray85"),
panel.grid.minor = element_line(colour = "gray85"),
axis.text.x = element_text(color = "black", size = 12,angle=45,
hjust=1,vjust=1),
axis.text.y= element_text(color = "black", size = 12,angle=0,
hjust=0.5,vjust=0.5),
axis.title....
2024 Jun 26
1
Ayuda para hacer una lista
...<-ggplot( cvdf_melt, aes(x=variable,
> y=value))+geom_boxplot(color="black",fill=palette, alpha=0.8)+##,
> fill="Experiment"
> scale_y_continuous(limits=c(0,100), breaks=seq(0,100, by=10))+
> theme_bw()+
> theme(panel.grid.major = element_line(colour = "gray85"),
> panel.grid.minor = element_line(colour = "gray85"),
> axis.text.x = element_text(color = "black", size = 12,angle=45,
> hjust=1,vjust=1),
> axis.text.y= element_text(color = "black", size = 12,angle=0,
> hjust=0.5,vjust=0.5...
2024 Jun 27
2
Ayuda para hacer una lista
...es(x=variable,
> > y=value))+geom_boxplot(color="black",fill=palette, alpha=0.8)+##,
> > fill="Experiment"
> > scale_y_continuous(limits=c(0,100), breaks=seq(0,100, by=10))+
> > theme_bw()+
> > theme(panel.grid.major = element_line(colour = "gray85"),
> > panel.grid.minor = element_line(colour = "gray85"),
> > axis.text.x = element_text(color = "black", size = 12,angle=45,
> > hjust=1,vjust=1),
> > axis.text.y= element_text(color = "black", size = 12,angle=0,
>...
2024 Jun 28
1
Ayuda para hacer una lista
...;>> y=value))+geom_boxplot(color="black",fill=palette, alpha=0.8)+##,
>>> fill="Experiment"
>>> scale_y_continuous(limits=c(0,100), breaks=seq(0,100, by=10))+
>>> theme_bw()+
>>> theme(panel.grid.major = element_line(colour = "gray85"),
>>> panel.grid.minor = element_line(colour = "gray85"),
>>> axis.text.x = element_text(color = "black", size = 12,angle=45,
>>> hjust=1,vjust=1),
>>> axis.text.y= element_text(color = "black", size = 1...
2010 Feb 18
2
Error message when using error.bars(x,add=TRUE)
...ain="Notched boxplot with error bars")
error.bars(x,add=TRUE)
abline(h=0)
I tried to apply this to my own dataset:
## Ag
boxplotDAS(log10(Ag)~Aquifer,ylab="",xlab="Ag (mg/l)", main="",
data=samples, notch=TRUE, horizontal=TRUE, xaxt="n", col="gray85")
error.bars(samples,add=TRUE)
axis(1,at=log10(a<-sort(c((10^(-50:50))%*%t(c(1,5))))),labels=a, tick=T)
abline(v=log10(a),lty=3,col='gray')
I end up with lots of error messages - all of them saying:
Warning in arrows(s[s], x.stats$mean[s] - ci[s] * x.stats$se[s], s[s],
x.stats$m...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...C7C7C7",
"gray79", "#C9C9C9",
"gray80", "#CCCCCC",
"gray81", "#CFCFCF",
"gray82", "#D1D1D1",
"gray83", "#D4D4D4",
"gray84", "#D6D6D6",
"gray85", "#D9D9D9",
"gray86", "#DBDBDB",
"gray87", "#DEDEDE",
"gray88", "#E0E0E0",
"gray89", "#E3E3E3",
"gray90", "#E5E5E5",
"gray91", "#E8E8E8&q...