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.

35 results for “from:Eric Archer”

Transferring commas in character vector to expression
Eric Archer · Jul 5, 2013 · r-help

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

Substituting Greek symbols in some tick labels
Eric Archer · Jul 4, 2013 · r-help

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

Transferring commas in character vector to expression
Eric Archer · Jul 6, 2013 · r-help

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

Substituting Greek symbols in some tick labels
Eric Archer · Jul 5, 2013 · r-help

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

Transferring commas in character vector to expression
Eric Archer · Jul 6, 2013 · r-help

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

Transferring commas in character vector to expression
Eric Archer · Jul 15, 2013 · r-help

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

Substituting Greek symbols in some tick labels
Eric Archer · Jul 4, 2013 · r-help

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

subsetting and NAs
Eric Archer · Mar 20, 2006 · r-help

Had I just looked at flight$year > 2006, I would've seen what was up. Thanks much Peter! Cheers, eric P Ehlers wrote: > > [snip] > > flight$year > 2006 will return TRUE/FALSE, not row numbers. Try this: > > errors <- subset(flight, subset...

plotting filled.contour without color key
Eric Archer · Nov 29, 2005 · r-help

List, I'd like to plot a filled.contour() plot, but exclude the color key that is printed on the left side. I understand that the key.axis argument allows for control of the axes around the key, but there...

meaning of lenwrk value in adapt function
Eric Archer · Oct 29, 2007 · r-help

R-listers, In using the adapt function, I am getting the following warning: Ifail=2, lenwrk was too small. -- fix adapt() ! Check the returned relerr! in: adapt(ndim = 2, lower = lower.limit, upper = upper.limit, functn = pr.set, Would someone...

LL from bearing and distance
Eric Archer · Sep 27, 2007 · r-sig-geo

Is there a package that contains a function that will allow me to calculate the ending latitude and longitude given a starting point on the earth's surface and bearing and distance? I have searched the archives but have been...

Vector searching and counting speed optimization
Eric Archer · May 3, 2006 · r-help

Richard, Thanks! I never would've thought of using sum() to count the TRUEs in a logical vector, but it makes perfect sense. Cheers, e. Richard M. Heiberger wrote: > sum() looks faster to me > > tmp <- as.logical(rbinom(100,1...

Area of overlap between polygon and circle
Eric Archer · Sep 26, 2007 · r-help

R-listers, Given a polygon and a circle defined by its center coordinates and a radius, I would like to calculate the area of overlap. I know that I can create a polygon from the circle and then use available...

combining lists with same names with 'c'
Eric Archer · Feb 15, 2007 · r-help

I recently ran across an unexpected problem caused by combining lists that contained elements of the same name. I naively thought that the elements would get overwritten, but rather the "new" element gets added with the same name. A simplified...

Creating multiple copies of rows in data frames
Eric Archer · Feb 10, 2006 · r-help

ListeRs, Within the last two months, I thought I saw mention of an R function that would create a new data frame composed of duplicates or multiple copies of rows of an input data frame given one or several columns...

creating a list of lists
Eric Archer · Jan 7, 2007 · r-help

Howabout using 'lapply'? forest <- lapply(1:10, function(level) { # do some other things here # create and return a random forest randomForest(x = x.level, y = z.level, ntree = trees) }) # give meaningful names names(forest) <- paste("level", 1:10, sep = "_") Paul...

Adding values to top of bars in barchart
Eric Archer · Apr 14, 2006 · r-help

Given the following data frame ("freq.sp"), > str(freq.sp) `data.frame': 42 obs. of 4 variables: $ behav : Factor w/ 6 levels "approach","bowride",..: 1 1 1 1 1 1 1 2 2 2 ... $ species: Factor w/ 7 levels "COAST...

combining xYplot with map
Eric Archer · May 20, 2009 · r-help

I'm using xYplot to create a bubble plot of values that I'd like to visualize on top of a filled-in map of the coast, but I'm too much of a lattice (which I understand xYplot is...

Update R, keep packages
Eric Archer · Dec 1, 2008 · r-help

Will, Below are the contents of my Rprofile.site file. It makes sure that I have all of the packages I use regularly always up to date every time I start R. I don't know if it is the...

LL from bearing and distance
Eric Archer · Sep 27, 2007 · r-sig-geo

All, I have ported JavaScript code from a couple of websites to R for three functions that solve my problem. 'calc.destination.sphere' assumes a perfect spheroid with a given radius 'calc.destination.ellipsoid' assumes an ellipsoid 'calc.destination.Vincenty...

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