search for: grey

Displaying 20 results from an estimated 1251 matches for "grey".

Did you mean: greg
2006 Dec 09
1
WinBUGS14 and R
...) After I run the R code, R will crash and WinBUGS14 will post this in the log: display(log) check(C:/Documents and Settings/Chris/Desktop/4330/attempt2.txt) expected left pointing arrow <- or twiddles ~ data(C:/Documents and Settings/Chris/data.txt) command #Bugs:data cannot be executed (is greyed out) compile(3) inits(1,C:/Documents and Settings/Chris/inits1.txt) command #Bugs:inits cannot be executed (is greyed out) inits(2,C:/Documents and Settings/Chris/inits2.txt) command #Bugs:inits cannot be executed (is greyed out) inits(3,C:/Documents and Settings/Chris/inits3.txt) command #Bugs:i...
2012 Dec 04
1
Winbugs from R
...ge display(log)check(C:/Users/Gunal/Desktop/dummy/reg.txt)model is syntactically correctdata(C:/Users/Gunal/AppData/Local/Temp/RtmpCYxtDZ/data.txt)data loadedcompile(3)variable n is not definedinits(1,C:/Users/Gunal/AppData/Local/Temp/RtmpCYxtDZ/inits1.txt)command #Bugs:inits cannot be executed (is greyed out)inits(2,C:/Users/Gunal/AppData/Local/Temp/RtmpCYxtDZ/inits2.txt)command #Bugs:inits cannot be executed (is greyed out)inits(3,C:/Users/Gunal/AppData/Local/Temp/RtmpCYxtDZ/inits3.txt)command #Bugs:inits cannot be executed (is greyed out)gen.inits()command #Bugs:gen.inits cannot be executed (is...
2006 Jul 19
1
plain shading (not residuals) in mosaic plot
...t.org/doc/packages/vcd.pdf), Googling, and checking the r-help archive--is how to shade the tiles according to their values for the variables rather than to reflect residuals. That is, I want all the tiles at the bottom, whose value for the x-axis variable is "substituted", to be dark grey, and those at the top, in the "unsubstituted" category, to be light grey. I know how to do it with mosaicplot(): > mosaicplot(morphs3,color=c(grey(0.8),grey(0.4))) ...but this doesn't work with mosaic(): the command "mosaic(morphs3,color=c(grey(0.8),grey(0.4)))" yiel...
2011 Jul 10
2
grey colored lines and overwriting labels i qqplot2
I created this graph in ggplot and added ablines to the different facets by specifying with subset commands. As you might see, there are still a few issues. 1.) I would like to have the diamonds in a grey scale instead of colors. I accomplished this (see graph 2) until I overwrote the label title for the treatments and the colors came back (graph 1). I used these two commands: p=ggplot(data = test, aes(x = YEAR, y = TOTAL, colour = TREATMENT)) + geom_point() + facet_wrap(~country)+scale_colour_grey(...
2009 Jul 16
1
Error with r2winbugs
...usc.bug",n.chains=3,n.iter=10,debug=TRUE) And get the following error: display(log) check(C:\DOCUME~1\CHRIST~1\LOCALS~1\Temp\Rtmpyg7eDj/susc.bug.txt) empty slot not allowed in variable name data(C:/DOCUME~1/CHRIST~1/LOCALS~1/Temp/Rtmpyg7eDj/data.txt) command #Bugs:data cannot be executed (is greyed out) compile(3) inits(1,C:/DOCUME~1/CHRIST~1/LOCALS~1/Temp/Rtmpyg7eDj/inits1.txt) command #Bugs:inits cannot be executed (is greyed out) inits(2,C:/DOCUME~1/CHRIST~1/LOCALS~1/Temp/Rtmpyg7eDj/inits2.txt) command #Bugs:inits cannot be executed (is greyed out) inits(3,C:/DOCUME~1/CHRIST~1/LOCALS~1/T...
2005 Feb 16
5
Repeating grey scale in graph?
Dear R users, Could somebody tell me why the grey color ramp is repeated in this graph, eventhough the ramp values go from 0 to 1? I must be missing something obvious, but I can not see it! z <- c(0.064329041,0.117243316,0.161565116,0.19923015,0.231642175,0.259835539,0.284571226, 0.038507288,0.094184749,0.140959431,0.180803984,0.215159105,0...
2008 Jul 20
2
fill in area between 2 lines with a color
Hi - I'd like to have the area between 2 lines on a x-y plot be filled with grey, but I haven't had any luck using polygon or rect. (In reality, I'd like to do this for twice - once for a low group and once for a high group - and then I'd like to plot a set of data points for a 'normal' group together with these 2 grey areas.) Here's a simple example o...
2004 Jan 15
5
Lattices: Cloud: Background
Hi, There's probably some simple way of doing this, but I'm just not seeing it - How do I get the background to be white instead of grey when I have a cloud plot (using the lattices package)? par(bg="white") isn't working. I'm assuming par commands won't work on lattice plots. What should I use instead? Thanks, Adrienne [[alternative HTML version deleted]]
2009 Sep 25
1
xaxs disactivated when asp=1 in plots (PR#13971)
...type this sequence: x11() Ylim<-c(0,14) Xlim<-c(0,14) plot(0,0,xlim=Xlim,ylim=Ylim,col="white",main="",xlab="",ylab="",bty="n",xaxt="n",yaxt="n",xaxs="i",yaxs="i",asp=1) abline(h=c(0,14),lwd=2,col="grey") abline(v=c(0,14),lwd=2,col="grey") par(new=TRUE) abline(h=seq(0,14,by=0.2),lty=3,col="grey") abline(h=seq(0,14,by=1),lty=1,col="grey") abline(v=seq(0,14,by=0.2),lty=3,col="grey") abline(v=seq(0,14,by=1),lty=1,col="grey") par(new=TRUE) only y...
2004 Oct 01
3
Can grid lines color in a plot be specified?
R-help Is there any way to specify the color of grid lines in a simple plot? par(color.tick.marks=c("grey")) plot(rnorm(10),tck=1) Thank you
2008 Sep 12
2
Greyed text in the background of a plot
Hi! Is there any way of having a greyed ("ghosted") text (i.e, 2006) in the background of a plot? I'm making a dynamic plot and would like to show the year of each time step as a big greyed text in the background. (the idea comes from Hans Rosling video: http://video.google.com/videoplay?docid=4237353244338529080&sou...
2003 May 02
3
question about image command
Hello, I have a question about image command. When you draw a image plot, and let's say we use gray scale. then how can I generate a little bar next to the plot which shows the grey levels and the values which corresponds to the grey level? ( it doesn't matter whether I am using grey level or not. It could be just any colors...) The only way that I can do right now is overlaying contour plot on the image plot... Thank you!
2011 Aug 18
1
Specifying data point locations on x-axis using boxplot() and points()
...for your help. Cheers, Kota The following is my script. boxplot(F2.E$D.value ~ F2.E$consonant, main = "F2", ylim = c(-4,10), ylab = "Sensitivity (d')", xlab = "Discrimination Type", names = (c("E","E","E")), col = "light grey", border = "grey", boxwex = 0.2, at = 1:3 - 0.27 ) points(jitter(rep(1:3, each = 8),0.1), unlist(split(F2.E$D.value,F2.E$consonant)), cex = 0.5, pch = 16) boxplot(F2.J.pre$D.value ~ F2.J.pre$consonant, add = TRUE, col = "light grey", border = "grey&q...
2012 Jan 13
1
Problems with plotCI
...81.8232087, 5.96796709, 3.625017815, 3.202591556), nrow=3,byrow=T) yx=matrix(c( 2.5,7.5,12.5,3.5,8.5,13.5,4.5,9.5,14.5), nrow=3,byrow=T) ste<-c(4.870993623, 1.139221564,2.70870722,5.789702998,2.770116512,5.4600946821,1.2926938771,1.2 881562951,1.996090108) w<-c("grey","light grey","white") r<-c("Leioproctus", "Lasioglossum","Bombus") barplot(x,ylab="Relative abundance (%, +SE)", xlab="Land use", col=c("grey","light grey","white"), beside=...
2010 Nov 20
10
An empty grey diagram
Hi folks, Win7 64bit R 1.12.0 I run following command on R:- > ToothGrowth > attach(ToothGrowth) > plot(dose,len) > matrics=lm(len~dose) > abline(metrics) Error in int_abline(a = a, b = b, h = h, v = v, untf = untf, ...) : plot.new has not been called yet Only a grey diagram is displayed without content > plot(abline(metrics)) Error in int_abline(a = a, b = b, h = h, v = v, untf = untf, ...) : plot.new has not been called yet With the same result. Pls advise what does it mean? How to rectify it? TIA B.R. Stephen L
2008 Jan 18
3
Problems with lattice plot
...his lattice with the squares having different colours according to a variable value. The variable I want to plot is cover value of a shrub, and it has values between 0 and 1. I want to plot the squares with value 1, black, the squares with values 0, white, and the values between 0 and 1 with grey, more or less dark depending on its proximity to 1 (dark grey) or 0 (light grey). I have tried this: plot(x=transect41$x,y=transect41$y,asp=1, xlab="",ylab="", axes=F,pch=22,cex=1.01,lwd=0.05, bg=gray(1-transect41$CoverValue),col=gray(0.75)) plot(pch=22,cex=1.01,lwd=0....
2005 Feb 08
1
Windows BMPs: Why grey background? How to display BMP in R?
"white" is supposed to be the default background for BMPs (according to ?bmp) but it doesn't work > bmp("test.bmp", bg="white") > plot(0) > dev.off() # results in grey background # This seems to be a good enough workaround for now. > bmp("test.bmp") > par(bg="white") > plot(0) > dev.off() # background is white Should bmps have been fixed when jpegs with a similar grey background were fixed for Windows? http://tolstoy.ne...
2008 Mar 08
2
Grey windows under wine
I seem to be having an issue with font rendering under wine. Whenever I open a window that relies on "standard" Windows layouts (fonts, dropdown boxes, scrollbars, confirmation buttons) I just a grey window (screenshot). Anyone know how to fix this? Am I missing a library? screenshot: [Image: http://www.johannesklug.de/bildschirmfoto.png ]
2011 Feb 02
2
grey scale graphs
Hi everyone, Does anyone know how to get "black and white theme" (grey scale,, I would say) graphs using lattice or ggplot2, as it is shown in this webpage: http://lmdvr.r-forge.r-project.org/figures/figures.html? I am using Sweave, and I cannot get that color configuration. I have added the following option: trellis.device(color=FALSE) but I got a pdf file with c...
2004 Aug 05
1
"New Driver" button greyed out on Windows Client Despite having sufficient rights
I'm trying to add/connect to printers through samba, and tried to go through the "Add Printer Wizard" by clicking "No" for the "Do you want to install the driver now?" Prompt, but now the "New Driver" button under "Advanced" tab is greyed out, and there's nothing to choose from the printer driver list. I googled and the only response that I've found so far are about insufficient rights, so I checked that I'm within the printer admin group but still not able to use the "New Driver" button. I even try to...