Displaying 8 results from an estimated 8 matches for "aliceblu".
Did you mean:
aliceblue
2006 Feb 14
1
figs parameter for split.screen()
...in a screen matrix".
So, why does my code (below) produce a 2x1 screen matrix instead of
a 1x2 one?
Thanks in advance,
rodrigo.
-----------------------------------------------------------
plot.new()
split.screen(figs=c(1,2))
screen(1)
plot.new()
plot(v16[vd==0], vdep[vd==0], bg="aliceblue", cex= 0.5,
xlab="Age",ylab="AvWei", main="", ylim=c(x1,xn), cex.lab=1.1)
title(main = "Female", cex.main = 1.1 , font.main = 1, col.main = "black")
screen(2)
plot.new()
plot(v16[vd==1], vdep[vd==1], bg="aliceblue", cex= 0.5,
x...
2009 Oct 30
1
bug in `pmatch' (error with too long 'choices')?
I observed the following:
match.arg("white", colors())
yields 'white', but
match.arg("whit", colors())
yields:
`Error in match.arg("whit", colors()) :
'arg' should be one of "white", "aliceblue", '...
this message actually comes from `pmatch'. using a suitable subset of
`colors()' works OK. the precise length were the error occurs seems to
depend on `arg' and `choices'. e.g.
match.arg("whit", colors()[1:650])
works
but the limit seems not be fixed....
2009 May 14
0
can I plot a matrix of colors?
Hi all,
I have a 36x14 matrix of hexadecimal coded colors (see attached file) that
was created with the following code:
cellcol[is.na(cellcol)] <- "#FFFF00"
#Aliceblue
cellcol[cellcol < 5] <- "#F0F8FF"
#Skyblue1
cellcol[cellcol >= 5 & cellcol < 20] <- "#87CEFF"
#Blue
cellcol[cellcol >= 20 & cellcol < 35] <- "#0000FF"
#Green3
cellcol[cellcol >= 35 & cellcol < 50] <- "#00CD00"
#Ye...
2012 Apr 01
4
map and shapefile help
Hi,
I want to use map("state") and have the ecoregion shape (please see link)
file projected onto this.
ftp://ftp.epa.gov/wed/ecoregions/cec_na/NA_CEC_Eco_Level3.zip
ftp://ftp.epa.gov/wed/ecoregions/cec_na/NA_CEC_Eco_Level3.zip
Could someone please show me how; I have never messed with this sort of
thing.
Thanks.
--
View this message in context:
2007 Jul 24
1
How to add circular text for a graph with concentric circles
...=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.095882), default.units="npc", name=NULL,
gp=gpar(fill="cornflowerblue",col=NULL), draw=TRUE,
vp=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.077894), default.units="npc", name=NULL,
gp=gpar(fill="aliceblue",col=NULL), draw=TRUE, vp=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.061884), default.units="npc", name=NULL,
gp=gpar(fill="seagreen",col=NULL), draw=TRUE, vp=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.050740), default.units="npc", name=NULL,...
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
...al
> name2col() to
> Jens> become an official R function, which of course
> would be a less
> Jens> redundant solution.
>
> and a day later, Jens provided
>
> .ColorDataBase <- matrix(c(
> "white", "#FFFFFF",
> "aliceblue", "#F0F8FF",
> "antiquewhite", "#FAEBD7",
> "antiquewhite1", "#FFEFDB",
> "antiquewhite2", "#EEDFCC",
> "antiquewhite3", "#CDC0B0",
> .............
> ))...
2009 Apr 24
3
Text Contrast in a Plot
Hi List,
I would appreciate any suggestion on how can I make a text I’ve inserted in
a plot show some contrast? With this I mean that I have a white text on a
plot and I would like to make a tiny border around it in black, so even
being small sized and the entire graphic being small in the text page I’ll
insert it. It will be visible.
Well I tried inserting a box() function inside the text()
2000 Feb 29
0
mapping of colornames into hsv: half way done
...upper and lower case)
graphics.c maps 657 names tp colorstrings (lower case only)
internal name2col() and R colors() accesses those in graphics.c
Here is the color representations from graphics.c in R code
.ColorDataBase <- matrix(c(
"white", "#FFFFFF",
"aliceblue", "#F0F8FF",
"antiquewhite", "#FAEBD7",
"antiquewhite1", "#FFEFDB",
"antiquewhite2", "#EEDFCC",
"antiquewhite3", "#CDC0B0",
"antiquewhite4", "#8B8378",
"a...