search for: deepskyblue4

Displaying 4 results from an estimated 4 matches for "deepskyblue4".

2006 Mar 16
3
lattice tick marks
...quot;10","11","12","13","14", "error", "no trial"), 45 ) compound <- matrix( c(loc2, loc1, error, no_trial), nrow=4, byrow=FALSE) barchart(compound ~ positions|gl (45,14, label=template ), col=c("deepskyblue1", "deepskyblue4", "tomato", "brown"), ... If I change the vector 'positions' to something like this: positions <- rep ( c(1,2,3,4,5,6,9,10,11,12,13,14,16,17), 45 ) it works just fine... I'm especially confused, since I remember using string vectors on a bwplot() earlier...
2009 Aug 06
1
adding color bar to a graph
...though i suppose i can deal with that as well if need be). I've tried image.plot function but i cannot set correctly the colors in the bar since i am not using an "orthodox" rainbow set. Originally my colors in the graph are set with colorRampPalette(c("darkviolet", "deepskyblue4", "green", "yellow", "red")). Thanks in advance for all the help, Monica _________________________________________________________________ _sync:082009 -------------- next part -------------- A non-text attachment was scrubbed... Name: robcor_training_pca.pd...
2023 Jul 02
0
How to plot both lines and points by group on ggplot2
...t; > ggplot(df, aes(x=Time, y=Value, colour=Conc)) + > > geom_point(size=6) + > > geom_line(aes(x=Time, y=Value, colour=Conc)) + > > scale_colour_manual(values = c("darkslategray3", "darkslategray4", > > "deepskyblue4")) + > > ggtitle("Working example") + > > xlab(expression(bold("Time (h)"))) + > > ylab(expression(bold("Concentration (mM)"))) > > ``` > > If I understand what you want then I think all you need is to add "group > =...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...;deeppink3", "#CD1076", "deeppink4", "#8B0A50", "deepskyblue", "#00BFFF", "deepskyblue1", "#00BFFF", "deepskyblue2", "#00B2EE", "deepskyblue3", "#009ACD", "deepskyblue4", "#00688B", "dimgray", "#696969", "dimgrey", "#696969", "dodgerblue", "#1E90FF", "dodgerblue1", "#1E90FF", "dodgerblue2", "#1C86EE", "dodgerblue3",...