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.

18 results for “from:carlisle thacker”

Adding units to levelplot's colorkey
Carlisle Thacker · Nov 15, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111115/cb4b5715/attachment.pl>

time zones from longitude, latitude, and date
carlisle thacker · Sep 23, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130923/76313ada/attachment.pl>

time zones from longitude, latitude, and date
carlisle thacker · Sep 23, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130923/ad412524/attachment.pl>

can no longer install packages on OSX
carlisle thacker · Oct 1, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20131001/7e0abfb1/attachment.pl>

time zones from longitude, latitude, and date
carlisle thacker · Sep 20, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130920/c02adb75/attachment.pl>

time zones from longitude, latitude, and date
carlisle thacker · Sep 20, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130920/7eb59eed/attachment.pl>

overlapping plots
Carlisle Thacker · Nov 1, 2004 · r-help

How to combine three plots so that they partially overlap? As the data on all three are near the left side and top, it would be nice to draw the first, shift axes down and to the right and draw...

Adding units to levelplot's colorkey
Carlisle Thacker · Nov 14, 2011 · r-help

How to add units (e.g. "cm") to the color key of a lattice levelplot? The plots looks fantastic, but it would be nice to indicate somewhere near the end of the color key that the values associated with its...

k-d tree for loess
Carlisle Thacker · Sep 26, 2005 · r-help

I am exploring the use of loess for oceanographic applications and would like to plot the locations (longitude and latitude) points where the models (salinity~temperature*longitude*latitude,parametric="temperature") are fitted. Chambers and Hastie(1993) explains the locations are...

help.start search
Carlisle Thacker · Mar 24, 2005 · r-help

Dear R experts, When using R 2.1 under Red Hat Enterprise Linux 4 with Mozilla 1.7.6 as browser, help.start() almost works correctly. When I follow one of the search result links everything is fine, but when...

search with help.start
Carlisle Thacker · Jul 10, 2008 · r-help

Search is not working after starting the help facility using the help.start function. The firefox browser says the applet has started, but nothing happens What to do to get it working? Versions of R, java, and firefox are shown...

Adding units to levelplot's colorkey
Carlisle Thacker · Nov 23, 2011 · r-help

Thanks. On 11/23/11 2:20 AM, Deepayan Sarkar wrote: > On Tue, Nov 15, 2011 at 6:53 PM, Carlisle Thacker > <Carlisle.Thacker at noaa.gov> wrote: >> Sorry that I was not clear. I was asking how to add...

adding regression curve to xyplot
Carlisle Thacker · Nov 30, 2004 · r-help

The axes are switched in xyplot. Oceanographers like to have temperature as the vertical axis and salinity horizontal. But temperature is used to predict salinity. Confusing, and makes everything complicated. So panel.abline(thislm) would give the wrong line, as...

problem with xyplot
Carlisle Thacker · Nov 26, 2004 · r-help

Dear Rlisters, When trying to indicate which data belong to which of 7 groups, the following plot shows only 5 groups: ss <- trellis.par.get("superpose.symbol") ss$col <- c("red","blue","green","yellow","orange","magenta","cyan") ss$pch <- format...

Adding units to levelplot's colorkey
Carlisle Thacker · Nov 14, 2011 · r-help

Thanks, Dennis. Yes, I can do that, but that locks the physical units to locations of the labels. I had hoped that there might be something a bit more flexible, like a subtitle or more general text. Carlisle On 11...

adding regression curve to xyplot
Carlisle Thacker · Nov 30, 2004 · r-help

Dear R-listers, It seems that predict() behaves differently within panel.xyplot. Am I doing something stupid? Thanks, Carlisle First, without xyplot(): > lmtest <- lm(t~s,data=subset(P100,whichLon100==1 & whichLat100==1)) > lmtest Call: lm(formula = s ~ t, data...

overlapping plots
Carlisle Thacker · Nov 2, 2004 · r-help

Andy, If I had the three plots on three separate sheets of paper, I could cut out plot 2 and paste it over plot one so that the data and axes on both plots can be seen. Then I could...

Adding units to levelplot's colorkey
Carlisle Thacker · Nov 23, 2011 · r-help

Here is an example with what I've been able to manage for a vertical colorkey: library(lattice) # make levelplot available library(openair) # make drawOpenKey available # construct data x = 1:10 y = rep(x,rep(10,10)) x = rep(x...

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