search for: waichler

Displaying 20 results from an estimated 70 matches for "waichler".

Did you mean: maechler
2008 Nov 12
1
rimage doesn't install on Mac OS X 10.4
Hi, I'm trying to install rimage on a Mac OS X 10.4 machine. I followed the advice in previous R-help threads and got over the hurdles of having the header files in the right places, among other things. But I can't figure out what to do with this error. ice.pnl.gov:/home/waichler<949>system_profiler -detailLevel mini SPSoftwareDataType Software: System Software Overview: System Version: Mac OS X 10.4.11 (8S165) Kernel Version: Darwin 8.10.0 ice.pnl.gov:/home/waichler<942>echo $C_INCLUDE_PATH /usr/local/include ice.pnl.gov:/home/waichler<946>ech...
2005 Apr 22
3
Problem with R-2.1.0: install.packages() doesn't work
...rsion 2.1.0 (2005-04-18), ISBN 3-900051-07-0 . . . > options(CRAN = "http://cran.fhcrc.org/") > install.packages("rgenoud") --- Please select a CRAN mirror for use in this session --- Error in inherits(x, "factor") : Object "res" not found > Scott Waichler Pacific Northwest National Laboratory scott.waichler at pnl.gov
2006 Jun 27
3
Possible to get a definition of a function from a package to use without invoking the package?
...m in my own file of R functions. I'm pretty sure that mod() and instring() are very basic and don't have any exotic dependencies. I did find an alternative mod() in the new matlab package, and that's fine. Now I just need another way to get the instring() functionality. Thanks, Scott Waichler Pacific Northwest National Laboratory scott.waichler _at_ pnl.gov
2004 Oct 14
3
Problem with number characters
...able: when I try to display the vector element causing trouble, I get <CHARSXP: "Draszt 0%/1???iso8859-15??"> where again the superscipt part is just "3" in my R session. I'm working in Linux, R version 1.9.1, 2004-06-21. Your help will be much appreciated. Scott Waichler Pacific Northwest National Laboratory scott.waichler at pnl.gov
2008 Oct 13
2
Using an image background with graphics
...sistent with the georeferenced background. For example, a color contour plot would have an gray-toned aerial photograph as a background for overprinted semi-transparent color contours of some spatially dependent variable. Can anyone point me in the right direction on how to do this? Thanks, Scott Waichler Pacific Northwest National Laboratory scott.waichler at pnl.gov
2007 Apr 25
2
levelplot and unequal cell sizes
...s, as levelplot() assumes. The result is that some cell sizes are rendered incorrectly, which can be painfully obvious if using relatively large cells. Is there any work-around? I am using the conditioning capability of lattice and therefore image() would not be a good way to go. Thanks, Scott Waichler Pacific Northwest National Laboratory scott.waichler _at_ pnl.gov
2010 Feb 11
2
Using contour3d: axes, plotting to file, with lattice
...isosurface plot, and use contour3d in conjunction with lattice. Regarding lattice, I'm not necessarily looking for conditioning on the data shown in the isosurface plots, just a way to show multiple plots in one figure and label them. I am new to the packages misc3d and rgl. Thanks, Scott Waichler Pacific Northwest National Laboratory scott.waichler at pnl.gov
2006 Jan 14
2
change lattice panel background color
I can't find a way to change just the panel background color in lattice. I would like NA regions in levelplot() to appear black. I've tried the trellis.par.set() stuff, but it it makes the background of the whole graphic black. Thanks, Scott Waichler Pacific Northwest National Laboratory scott.waichler _at _ pnl.gov
2004 May 14
5
Tagging identical rows of a matrix
...c(1,3) f <- c(2,1) mat <- rbind(a,b,c,d,e,f) I would like to get the vector c(1,2,1,1,2,3). I know dist() gives part of the answer, but I can't figure out how to use it for this purpose without doing a lot of looping. I need to apply this to matrices up to ~100000 rows. Thanks, Scott Waichler Pacific Northwest National Laboratory scott.waichler_at_pnl.gov
2002 Mar 27
2
Vertical bars with barchart()
I would like to create a barchart that has vertical instead of horizontal bars. My goal is something similar to Figure 6.10 (p. 166) in "The Basics of S and S-plus," except for the orientation of the bars. I don't think bwplot() or xyplot() will work. Any suggestions? Scott Waichler Hydrology Group/Environmental Technology Division Battelle Pacific Northwest National Laboratory (email) scott.waichler at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &quot...
2003 Nov 13
1
Can't get Sweave syntax highlighting with Emacs
...s are active, but not ESS, and there is no switching of modes as I move the pointer to different types of chunks. ; ------------------------------------------------------------- ; Emacs Speaks Statistics ; mode for R ; ------------------------------------------------------------- (load "/home/waichler/emacs/ess-5.1.19/lisp/ess-site") ; ESS "emacs speaks statistics" SRW 2-19-01 (autoload 'ess-mode "ess" "ess major mode" t) (autoload 'ess-noweb-mode "ess" "ess noweb mode" t) (autoload 'ess-noweb-make-buffer "ess" "...
2017 Jun 21
0
customizing color key with plot3D
...","Elev Classes"), plot = TRUE) Your package plot3D is a huge help to me. Previously I had to use a completely different software, VisIt, to do these kinds of composite plots. R is my preferred tool and it is great to finally be able to do these at "home". Thanks, Scott Waichler scott.waichler at pnnl.gov Pacific Northwest National Laboratory Richland, Washington, USA > -----Original Message----- > From: Karline Soetaert [mailto:Karline.Soetaert at nioz.nl] > Sent: Wednesday, June 21, 2017 4:16 AM > To: Waichler, Scott R > Subject: RE: customizing color key...
2002 Feb 06
1
dev.off() prematurely stops xyplot()
...lot() execution before it is finished. The resulting postscript file has about the right size, but it appears blank when I try to view it. If I manually execute the xyplot(), then wait for the return of the R prompt before executing dev.off(), I have no problems. Can someone help? Scott Scott Waichler, Senior Research Scientist Hydrology Group/Environmental Technology Division Battelle Pacific Northwest National Laboratory (email) scott.waichler at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~horn...
2010 Mar 03
2
Screen settings for point of view in lattice and misc3d
...tion screen=list(z=40, x=60, y=0), # domain turned upside down, looking up and away in neg. x direction screen=list(z=-40, x=60, y=0), # domain turned upside down, looking up and away in pos. x direction screen=list(z=40, x=-60, y=0), # looking down and away in positive x direction Scott Waichler Pacific Northwest National Laboratory P.O. Box 999, Richland, WA 99352 scott.waichler at pnl.gov 509-372-4423, 509-341-4051 (cell)
2004 Aug 31
4
Problem with seq.dates in chron
...0/01/03 11/01/03 12/01/03 01/01/04 02/01/04 03/01/04 04/01/04 [113] 05/01/04 06/01/04 07/01/04 08/01/04 09/01/04 10/01/04 11/01/04 12/01/04 [121] 01/01/05 02/01/05 03/01/05 04/01/05 05/01/05 06/01/05 07/01/05 08/01/05 [129] 09/01/05 10/01/05 11/01/05 > Is this a bug, and can it be fixed? Scott Waichler Pacific Northwest National Laboratory scott.waichler<at>pnl.gov
2004 Jan 15
3
Extracting multiple elements from a list
...h.vec <- c(alist[[1]]$vec, alist[[2]]$vec) Can I get both.vec without c() or an explicit loop? and new.names <- c("one", "two") alist[[1]]$name <- new.names[1] alist[[2]]$name <- new.names[2] Could I assign the new values in a quasi-vectorized way? Thanks, Scott Waichler Pacific Northwest National Laboratory Richland, WA USA
2006 Apr 20
1
Parallel computing with the snow package: external file I/O possible?
...t.file <- paste(sep="", base.dir, this.host, "_", this.rnd) file.create(test.file) } # end my.test() clusterCall(cl, my.test, base.dir) stopCluster(cl) # End code For example, the files "moab_65835" and "escalante_65835" are created. Regards, Scott Waichler Pacific Northwest National Laboratory scott.waichler at pnl.gov
2007 May 21
2
How to create an R RPM from source
...nual R Installation and Administration. Obviously, I am not a system administrator and I don't deal with compiling from source code or using SRPMs very much. If anyone can explain the process step-by-step or refer me to instructions for the non-expert I would appreciate it. Thank you, Scott Waichler Pacific Northwest National Laboratory scott.waichler _at_ pnl.gov
2005 Jun 01
2
problem with chron scales in lattice
...wd= 1.0) # function to plot data would go here }, # end of panel as.table=T, layout=c(1,2), main="", xlim=x.limits, scales = list(x = list(alternating = T, at = x.at, labels = x.labels, tck=0)), strip = F ) # end xyplot() ) # end print() Thanks for any help, Scott Waichler Pacific Northwest National Laboratory scott.waichler at pnl.gov
2004 Jul 13
1
summary() doesn't work with Date class objects
...02-12-28" "2002-12-29" "2002-12-30" > summary(b) Min. 1st Qu. Median Mean 3rd Qu. Max. "2002-12-29" "2002-12-29" "2002-12-29" "2002-12-29" "2002-12-29" "2002-12-29" Scott Waichler Pacific Northwest National Laboratory Richland, WA 99352 USA scott.waichler at pnl.gov