Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

174 results for “from:Waichler, Scott R”

making an inset in a map figure
Waichler, Scott R · Sep 13, 2013 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20130913/a34a2364/attachment.pl>

Eliminate border in wireframe plot
Waichler, Scott R · Mar 15, 2010 · r-help

How can I eliminate the border drawn by default around a wireframe plot? I've tried using border=NA and box=FALSE to no avail. Scott Waichler Pacific Northwest National Laboratory scott.waichler at pnl.gov

making an inset in a map figure
Waichler, Scott R · Sep 10, 2013 · r-sig-geo

Hi, Does anyone have an example of making a map figure with an inset, where a portion of the map in the large figure is shown at a larger scale in the inset? Scott Waichler Hydrology Group Pacific Northwest National...

How to get aspect ratio as output from from plot()
Waichler, Scott R · Oct 11, 2005 · r-help

Is there a way to get the aspect ratio as output from a plot() call or something similar in the base graphics system? I would like to note vertical exaggeration on an elevation profile. Thanks, Scott Waichler Pacific Northwest National...

function to convert to/from U.S. State Plane Coordinates?
Waichler, Scott R · Sep 16, 2013 · r-sig-geo

Hi, Does an R function exist to convert to and from the State Plane Coordinates system used in the U.S.? My search with Rseek was fruitless. Scott Waichler Hydrology Group, Energy & Environment Directorate Pacific Northwest National Laboratory Richland, WA...

Binaries no longer compiled for RH EL4, i386?
Waichler, Scott R · Apr 30, 2009 · r-help

I see that R 2.9.0 *.rpms have been compiled for RH EL5, i386 and x86_64, and also for EL4 x86_64, but not for EL4 i386. Is this an oversight or will that version no longer be...

change lattice panel background color
Waichler, Scott R · Jan 13, 2006 · r-help

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...

Using apply with more than one matrix
Waichler, Scott R · Apr 30, 2014 · r-help

Hi, I want to apply a custom function to all the elements of one matrix. The function uses the value in the same i,j in a second matrix. How can I use apply() or similar function to avoid nested...

Emacs keystroke to toggle T/F for setting logical values
Waichler, Scott R · Mar 4, 2005 · r-help

I'd like to have an Emacs keystroke that would let me toggle between T and F when editing logical settings in R code. I looked in the ESS documentation and in my O'Reilly emacs books but found nothing...

center of mass for variable values in a grid
Waichler, Scott R · Sep 10, 2010 · r-sig-geo

Is there an existing function to compute the coordinates for the center of mass of a variable in a 2D or 3D grid, where dx, dy, and dz are known for all cells? The mass in each cell varies by...

vector field from a 3D scalar field
Waichler, Scott R · Mar 21, 2013 · r-help

I have a 3D field of a scalar variable (x, y, z, value). Is there a way to generate a vector field from this data--gradient at defined points? I found the rasterVis package for 2D data, but as yet...

Still no R-2.7.2 rpms for Redhat Enterprise Linux
Waichler, Scott R · Sep 18, 2008 · r-help

There's already an announcement about R 2.8.0, and yet there are still no R-2.7.2 binaries (rpms) for Redhat Enterprise Linux 4 and 5. Can the usual responsible party get on it? Can the system...

Separation between tick marks and tick labels in lattice
Waichler, Scott R · Sep 14, 2004 · r-help

I can't find a way to control the distance between tick marks and tick labels in lattice. In a stripplot I'm making these components are too close. I don't see anything like base graphics mgp in the...

Determine if a line segment intersects a polygon
Waichler, Scott R · Aug 10, 2007 · r-sig-geo

I am looking for a method that would determine whether any part of a line segment defined by (x0, y0) and (x1, y1) intersects a given polygon (true or false). I don't have any other geospatial needs here, so...

Timeliness of precompiled binaries--R-2.2.1 still not available as RPM
Waichler, Scott R · Jan 30, 2006 · r-help

R-2.2.1 is still not available for Redhat Linux as an RPM on CRAN. It is available as an SRPM. Can someone fill me in on why it takes so long to make RPMs available? I would be...

Soil texture triangle in R?
Waichler, Scott R · May 31, 2005 · r-help

Sander, >has anybody made an attempt to create the soil texture triangle >graph in R? See ternaryplot() in package vcd. Its options are quite limited, but it may help. I think you'll need to write your own function to...

Creating smooth color regions with panel.contourplot()
Waichler, Scott R · Sep 15, 2008 · r-help

When I use panel.contourplot() with filled color regions, the coloring follows the stair-step edge of the underlying grid instead the smooth contour lines themselves. How can I get the latter behavior? I would guess there is a much...

Package compiling problem in Linux
Waichler, Scott R · Feb 13, 2006 · r-help

> The only way I can see this happening is if you installed a > ix86 RPM on a > x86_86 system. You can do that and R will run, but you will > not be able to build packages out of the...

postscript() filenames with forward slashes cause abort
Waichler, Scott R · Apr 29, 2005 · r-help

My newly installed R-2.1.0 apparently doesn't like forward slashes in filenames: > R.version.string [1] "R version 2.1.0, 2005-04-18" > plotfile <- "\home\mean_monthly_stl.eps" > postscript(plotfile) > plotfile <- "/home/mean_monthly_stl...

plot one levelplot over another
Waichler, Scott R · Nov 19, 2018 · r-help

Hi, I am using levelplot() to plot a primary response surface, z1. I wish to write a custom panel function that will let me plot another surface z2 = f(x,y) over z1. The second surface z2 is either NA...

Can't find what you're looking for? Try searching with Google .