Displaying 11 results from an estimated 11 matches for "navyblu".
Did you mean:
navyblue
2007 Sep 20
1
help with making a function of scatter plot with multiple variables
....
Thanks in advance,
Tom
op <- par(bg = "grey97")
par(mfrow=c(1,2))
plot(d1,v1, pch="v", col="orange",cex=0.6, lwd=2,
xlab="day", ylab="resp",cex.main =1,font.main= 1,main=" Surv data",ylim=y,xlim=x,
col.main="navyblue",col.lab="navyblue",cex.lab=0.7)
points(s1,t1, pch="A", col="green4", cex=1)
points(s2,t2, pch="B",col="navyblue", cex=1)
points(s3,t3, pch="C",col="red", cex=1)
points(s4,t4, pch="D&qu...
2009 Oct 07
3
graphics
...nels?
Any help would be greatly appreciated.
Thank you
Grant
single<-read.table("C:\\Grant\\hatchfirstonly.txt",header=T)
attach(single)
names(single)
par(mfrow=c(1,3))
maleage<- factor(maleage, labels = c("Old","Young"))
colors <- c('gray', "navyblue")
shapes <- c(17,19)
proportion<-(eggs1-unhatch1)/eggs1
plot(proportion~maleage, xlab= "Age of Male ", ylab = "Proportion of Eggs Hatched")
plot(proportion~femweight, pch=shapes[maleage], col=colors[maleage],bg="gray", xlab= "Female Weight (grams) &quo...
2010 Feb 03
1
color blending and transparency
...different colors doesn't seem to solve the
problem.
Here's a very simple reproducible example
R --arch x86_64
library(ggplot2)
x<-c(24,55,69,73)
y<-c(44,56,12,90)
z<-c(1,2,3,4)
a<-data.frame(pos=z, y=y, x=x)
ex<- ggplot(data=a, aes(pos)) +
geom_area(aes(y = y),fill="navyblue", alpha = 0.7, position="identity") +
geom_area(aes(y = x), fill= "darkred", alpha = 0.7,position="identity" ) +
opts(panel.background = theme_rect(fill = "white"))
ex
Likewise, with blue and yellow, I would expect overlap to be green.
Are there any s...
2010 May 16
1
problem with making multiple plots (geom_pointrange) in a loop (ggplot2)
...x, subset = CATCHMENT_ == subbasin_select)) +
ylab("Precipitation (mm)\n") + opts(title = paste("Projected
Precipitation 2030 - 2049 (Sub-Basin ", subbasin_select, ")\n", sep =
"")) + scale_colour_grey()
p + geom_pointrange(linetype = 2, colour = "navyblue") +
opts(axis.text.x = theme_text(colour = "black")) + opts(axis.text.y =
theme_text(colour = "black")) + opts(axis.ticks =
theme_segment(colour = "white"))
ggsave(paste(subbasin_select,"2100.jpeg", sep = " "))
}
dev.off()
Unfortu...
2009 Mar 01
1
Colour mistake (PR#13562)
Full_Name: Peter Man
Version: 2.8.1
OS: Windows Vista
Submission from: (NULL) (128.232.240.217)
When typing out any command (for example 'log'), and using auto-completion of
that command by pressing tab twice in order to view all possible 'completions',
when you next press anything, the command turns blue rather than keeping the
original red colour.
2002 Jan 22
0
Problems running 'R' on Windows-2000
...displays help in a single window
# or in multiple windows (one for each topic)
# pagerstyle can be set to `singlewindow' or `multiplewindows'
pagerstyle = multiplewindows
## Colours for console and pager(s)
# (see rwxxxx/etc/rgb.txt for the known colours).
background = White
normaltext = NavyBlue
usertext = Red
highlight = DarkRed
Hope this helps.
Rich
-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de]
Sent: Tuesday, January 22, 2002 2:23 AM
To: Jason K. Wehner
Cc: R-help at stat.math.ethz.ch
Subject: Re: [R] Problems running 'R' on Window...
2003 Aug 29
2
Lattice plot questions
Win2k, R1.7.1:
I am currently working with some growth curve data from a
biotoxicology experiment. Each of 12 subjects had their blood
drawn at 0, 2, 4, 6, 8, and 10 weeks. For the purposes of the
project, it would be helpful if I were able to do the following:
a. Produce 12 panels, each displaying the *same* data, with
the "strip" at the top of a particular panel showing
2003 Sep 11
1
Customised legend in lattice
...2*(x1)+i4)
z5<-inv.logit(a2*(x1)+i5)
as.data.frame(cbind(y1,y2,y3,y4,y5,z1,z2,z3,z4,z5))->tmp
leg.txt<-c("Rating 1","Rating 2","Rating 3","Rating 4","Rating 5")
colo<-rep(c("black","red","darkgreen","navyblue","rosybrown"),2)
plot4<-xyplot(y1+y2+y3+y4+y5+z1+z2+z3+z4+z5~x1, cex=2, xlab="number x",
ylab="Probability",
bg="white", xlim=c(0,7), ylim=c(0,1), type="l",
allow.multiple=TRUE,
data=tmp,
p...
2012 Apr 27
1
Rconsole file fails to remember GUI settings, and script
Sorry, I don't use Windows... can't help there.
It's customary to keep cc'ing the list on these sorts of things so
someone with a more similar platform/ more expertise can take the
issue up if needed. Maybe someone else will be able to help you out.
Michael
On Fri, Apr 27, 2012 at 9:05 AM, geo theory <geotheory1 at gmail.com> wrote:
> Hi there
>
> Window 7. Sorry
2004 Nov 02
3
Using East-european characters in R
Does anybody know how to produce a East-European character "??" - "c with a
v-shaped hat " in R (in text or plot)?
I do know how to get "??,??" - "s,z, with a v-shaped hat", but not this one.
Thanks in advance for any suggestions,
Ales Ziberna
P.S.: I am using Windows XP and R version 1.9.1 (details below)
$platform
[1]
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;navajowhite", "#FFDEAD",
"navajowhite1", "#FFDEAD",
"navajowhite2", "#EECFA1",
"navajowhite3", "#CDB38B",
"navajowhite4", "#8B795E",
"navy", "#000080",
"navyblue", "#000080",
"oldlace", "#FDF5E6",
"olivedrab", "#6B8E23",
"olivedrab1", "#C0FF3E",
"olivedrab2", "#B3EE3A",
"olivedrab3", "#9ACD32",
"olivedrab4",...