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”

Defining populations for Arlequin input
Eric Archer · Jan 14, 2017 · r-sig-genetics

There is a 'write.arlequin' function in the strataG package that will create an arlequin input file from a strataG gtypes object. You can create a gtypes object with sequence data read in from a FASTA file and stratifications described...

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

Deepayan, Thanks much! That works perfectly! Cheers, eric Deepayan Sarkar wrote: > On 4/14/06, Eric Archer <Eric.Archer at noaa.gov> wrote: > >> Given the following data frame ("freq.sp"), >> >> > str(freq.sp) >> `data.frame': 42 obs. of 4 variables...

passing variable to formula environment
Eric Archer · Aug 3, 2005 · r-help

Most excellent Sundar! Thanks so much! Cheers, e. Sundar Dorai-Raj wrote: > > > Eric Archer wrote: > >> List gurus, >> >> I'm trying to code a Gompertz growth curve function as part of a >> larger project and have run across a problem due...

regex -> negate a word
Eric Archer · Jan 18, 2009 · r-help

Roland, I think you were almost there with your first example. Howabout using: > x <- c("abcdef", "defabc", "qwerty") > y <- grep(pattern="abc", x=x) > z.char <- x[-y] > z.index <- (1:length(x))[-y] > > z.char [1] "qwerty" > z.index...

"command not found" from system() call in GUI with proper PATH
Eric Archer · Oct 25, 2014 · r-sig-mac

Thanks all for the responses. Running Rstudio from the command line does seem to work, but is clearly not the ideal solution. Nor is modifying the path to executable as I have these system calls embedded within a package which...

randomForest partialPlot x.var through function
Eric Archer · May 13, 2005 · r-help

All, I'm trying to set up a function which calls the partialPlot function but am getting an error that I can't seem to solve. Here's a simplified version of the function and error... > pplot <- function(rf,pred...

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

R-help, I'm getting some unexpected behavior with subsetting a data frame (aircraft flight data) that I can't sort out. Here is a simplified version of my data frame and problem: > flight FlightID TailNo FlightDate HobbsTime FlightCost Date...

passing variable to formula environment
Eric Archer · Aug 3, 2005 · r-help

List gurus, I'm trying to code a Gompertz growth curve function as part of a larger project and have run across a problem due to my ignorance of environments. Some sample data and the function are as follows: growth...

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

R-users, I'm seeking any suggestions on optimizing some code for speed. Here's the setup: the code below is part of a larger chunk that is calculating Fst values across loci and alleles. This chunk is designed to...

C stack error in as.vector() starting in R 3.3.0
Eric Archer · Jul 6, 2016 · r-help

Luke, Thanks for this point out. I started removing packages one-by-one in R v.3.3.1. Oddly enough, it went away after I removed the Matrix package. When I restarted R, the same version of Matrix (1...

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

Thanks Duncan! That's the perfect solution as the update will always have all elements named. I don't think I would've come up with it on my own. Cheers, e. Duncan Murdoch wrote: > On 2/15/2007 5...

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

I'll retract my request for help. I managed to solve the problem by calling map followed by a call to points after rescaling the cex. Its the kind of solution that deserves a head-slap. library(Hmisc) library(maps...

C stack error in as.vector() starting in R 3.3.0
Eric Archer · Jul 1, 2016 · r-help

Apologies for the long post. This is an issue I have been struggling with and I have tried to be as complete, to the point, and reproducible as possible. In documenting a package with roxygen2, I have come across an...

"command not found" from system() call in GUI with proper PATH
Eric Archer · Oct 24, 2014 · r-help

<Apologies for the cross-posting, but I couldn't tell if this was a general R issue, or Mac-specific> When running a system file from within R, I have just started to get a "command not found" error although...

"command not found" from system() call in GUI with proper PATH
Eric Archer · Oct 24, 2014 · r-sig-mac

<Apologies for the cross-posting, but I couldn't tell if this was a general R issue, or Mac-specific> When running a system file from within R, I have just started to get a "command not found" error although...

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