search for: jeitel

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

Did you mean: keitel
2008 Jan 30
2
Concatenate xyplots
...so that the white space disappears? Thanks for your time and help Best, Jan ************************************************************************Jan EitelPhD Candidate of Remote Sensing Room 12 CNRCollege of Natural ResourcesUniversity of IdahoMoscow, ID 83844-1133Phone: (208)596-9277Em: jeitel@vandals.uidaho.eduhttp://www.cnrhome.uidaho.edu/default.aspx?pid=68846 [[alternative HTML version deleted]]
2002 Dec 06
1
Unable to get proper ext3 functionality in recompiled 2.4.18-18.7.x kernel
...dules. It seems like I had a problem similar to this on an earlier kernel version but it was caused by forgetting to include initrd functionality in the core kernel. I have included it on all custom versions since then. Any direction you can point me in would be appreciated. Thanks Jim Eitel jeitel@cybertrails.com
2010 Nov 11
3
User input after opening graphing device
If I run the following: > windows() > > bringToTop(-1) > > interactive() [1] TRUE > > run <- readline(prompt = "Continue (Yes = 1, No = 2):") Continue (Yes = 1, No = 2): > dummy <- 1 > run [1] "" it does not allow user input though the session is interactive (it jumps right over the readline command). It would be great
2008 Mar 04
1
Difficulty labeling plot axis when "mar" and "oma" are set
Dear all, Though labeling the x and y axis in the plot command seems to be straight forward, I can not get it to work if I do the following: ## Creating example data edata <- c(1,2,1,2) edata <- matrix(edata, 2, 2, byrow = T) colnames(edata) <- c("a", "b") edata <- data.frame(edata) ## plot data par(mfrow<- c(1,2)) plot(edata$a, edata$b, xlab =