Displaying 4 results from an estimated 4 matches for "chartreuse4".
Did you mean:
chartreuse
2012 Jul 30
2
barplot question
...t;), class = "data.frame", row.names = c(NA, -10L))
R-code:
barplot(as.matrix(plants_herbs_input_top10),xaxt="n",
space=c(0.5,12),ylab= "Relative frequencies (%)",beside=TRUE,
col=c(rep("black",10),rep("chartreuse1",10),rep("chartreuse4",10)),ylim=c(0,50),cex.names=0.8,names.arg=c("1", "2", "3","4","5","6","7","8","9","10","1", "2", "3","4","5","6","7","...
2010 May 26
3
error "variable names are limited to 256 bytes" when sourcing code
I've written a function that takes some input data output from a
simulation model and creates some graphs. It's not very complicated
code, and it works perfectly fine if I just run the code as is.
But I have converted it into a function so we call it externally, and
when I try to source the code to test the function, I get the error
message "variable names are limited to 256
2012 Jul 31
0
Arrangement of names
...op10),
width = 1,
ylim = c(0,50),
xaxt = "n",
space = c(0.2, 1.0),
ylab = "Relative frequencies (%)",
beside = TRUE,
col = rep(c("black", "chartreuse1", "chartreuse4"), each=10),
cex.names = 0.8)
par(mar=c(9, 4.1, 4.1, 2.1),font=3)
# names.arg = rep(as.character(1), 3))
text(as.vector(bp),y=-6.5, cex=0.7,labels = c("Oplismenus sp.","Isachne mauritiana","Piper capense","Asplenium aethiopicum","P...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...ot;cadetblue3", "#7AC5CD",
"cadetblue4", "#53868B",
"chartreuse", "#7FFF00",
"chartreuse1", "#7FFF00",
"chartreuse2", "#76EE00",
"chartreuse3", "#66CD00",
"chartreuse4", "#458B00",
"chocolate", "#D2691E",
"chocolate1", "#FF7F24",
"chocolate2", "#EE7621",
"chocolate3", "#CD661D",
"chocolate4", "#8B4513",
"coral", &qu...