Displaying 9 results from an estimated 9 matches for "00ffff".
Did you mean:
0x0ffff
2010 Aug 14
1
How to add lines to lattice plot produced by rms::bplot
I have a plot produced by function bplot (package = rms) that is
really a lattice plot (class="trellis"). It is similar to this plot
produced by a very minor modification of the first example on the
bplot help page:
requiere(rms)
n <- 1000 # define sample size
set.seed(17) # so can reproduce the results
age <- rnorm(n, 50, 10)
blood.pressure <- rnorm(n, 120,
2012 Oct 22
1
how to group smooth line by two groups?
...is solid, the other type is dotted. how
to do it?
I tried a color plot with the following code. what should i change "color"
to?
pb <- ggplot(data, aes(x = a, y = b,
color = char, linetype = factor(sex)))
p0 <- pb +
scale_color_manual(values = c("#00FFFF", "#FFFF00", "#00FF00")) +
scale_linetype_manual(breaks=c("0","1"), values=c(1,2), labels = c("male",
"female")) +
geom_smooth(method = "lm",
se = FALSE, # Don't add shaded confidence region...
2003 Aug 29
2
Lattice plot questions
...a set is small (only 10 weeks of data per subject), that will
change.
Also, an examination of "superpose.symbol" reveals the
following:
> superpose.symbol <- trellis.par.get("superpose.symbol")
> superpose.symbol
$cex
[1] 0.8 0.8 0.8 0.8 0.8 0.8 0.8
$col
[1] "#00ffff" "#ff00ff" "#00ff00" "#ff7f00" "#007eff" "#ffff00" "#ff0000"
$font
[1] 1 1 1 1 1 1 1
$pch
[1] "o" "o" "o" "o" "o" "o" "o"
This seems to indicate that lattice gr...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...ue", "#6495ED",
"cornsilk", "#FFF8DC",
"cornsilk1", "#FFF8DC",
"cornsilk2", "#EEE8CD",
"cornsilk3", "#CDC8B1",
"cornsilk4", "#8B8878",
"cyan", "#00FFFF",
"cyan1", "#00FFFF",
"cyan2", "#00EEEE",
"cyan3", "#00CDCD",
"cyan4", "#008B8B",
"darkblue", "#00008B",
"darkcyan", "#008B8B",
"darkgold...
2012 Oct 18
0
how to add mean value to regression line using ggplot?
...ng ggplot, and i would like to add mean value to the
regression line as a marker. how to do it?
p <- ggplot(data, aes(x = x, y = y,
color = a, shape = factor(sex),
linetype = factor(sex)))
p0 <- p +
scale_color_manual(values=c("#00FFFF", "#FFFF00", "#00FF00")) +
geom_smooth(method = "lm", se = FALSE, size = 1.5)
Thanks a lot.
--
View this message in context: http://r.789695.n4.nabble.com/how-to-add-mean-value-to-regression-line-using-ggplot-tp4646674.html
Sent from the R help mailing list...
2010 Feb 24
0
Help on specifying color using color code
...ot;, :pattern =>
1 )
when i use like below
h1 = Spreadsheet::Format.new(
:color => "green",
:bold => true,
:size => 15,
:pattern_fg_color => "#00FFFF", :pattern =>
1 )
it gives me error like invalid color..
so how i can specify color code ....
Kindly let me know your suggestions.
Thanks for your time.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby o...
2004 Nov 02
2
Color schemes that work for people with color-deficient vision
...9FAFF", "#B2FCFF", "#CCFEFF", "#E6FFFF", "#FFE6CC", "#FFCA99", "#FFAD66", "#FF8F33", "#CC5800", "#994000")
BluetoDarkOrange.18 <- c("#006666", "#009999", "#00CCCC", "#00FFFF", "#33FFFF", "#66FFFF", "#99FFFF", "#B2FFFF", "#CCFFFF", "#E6FFFF", "#FFE6CC", "#FFCA99", "#FFAD66", "#FF8F33", "#FF6E00", "#CC5500", "#993D00", "#662700"...
2011 Aug 28
1
Help with levelplot color assignment in lattice
Dear R users,
I'm currently trying to make level plots of a longitudinal study of the
spatio-temporal spread of a plant disease in a field, but the results of the
color key assignment isn't what I expect.
Here's more info. I recorded the level of a disease on an ordinal scale from
0 (no disease) to 9 (dead plant) on a grid that has 9 rows and 14 columns.
The disease level on each
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...or: #ff0000 !important; } /* red */
+.z.k { color: #00ff00 !important; } /* green */
+.z.l { color: #ffff00 !important; } /* yellow */
+.z.m { color: #0000ff !important; } /* blue */
+.z.n { color: #ff00ff !important; } /* magenta */
+.z.o { color: #00ffff !important; } /* cyan */
+.z.p, .p .z { color: #ffffff; } /* white */
+
+/* If you want a black-on-white colour scheme like xterm, rather than the
+ default white-on-black, you need to change the lines for black and white
+ above to something like the following:
+ .a { backg...