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.

44 results for “from:Thompson, David (MNR)”

assign()ing within apply
Thompson, David (MNR) · Dec 12, 2008 · r-help

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

str() options
Thompson, David (MNR) · Nov 27, 2007 · r-help

Hello, Is there a way to have str() and ls.str() return all factor levels? Thanx, DaveT. ************************************* Silviculture Data Analyst Ontario Forest Research Institute Ontario Ministry of Natural Resources david.john.thompson at ontario.ca http://ofri.mnr.gov.on...

Recovering SPlus GraphSheets
Thompson, David (MNR) · Apr 10, 2008 · r-help

Hello, Is it possible with R to recover the contents of SPlus GraphSheets (*.sgr) without access to SPlus? Also, some of the .sgr files may have multiple pages. Thanx, DaveT. ************************************* Silviculture Data Analyst Ontario Forest Research Institute Ontario Ministry of...

YAPMQ - Yet Another PlotMath Question
Thompson, David (MNR) · Jun 19, 2008 · r-help

Hello, I'm having trouble finding (remembering) how to pass values into text functions in plots, as demonstrated by: slope <- 45 ; plot(1:10) ; text(2, 7, labels = expression(45~degree)) ; text(2, 5, labels = paste(bquote(.(slope)), expression(degree...

Process multiple columns of data.frame
Thompson, David (MNR) · Nov 20, 2007 · r-help

Hello, How do I do the following more concisely? Bout[is.na(Bout$bd.n), 'bd.n'] <- 0 Bout[is.na(Bout$ht.n), 'ht.n'] <- 0 Bout[is.na(Bout$dbh.n), 'dbh.n'] <- 0 Would the form of...

ggplot questions
Thompson, David (MNR) · Jun 6, 2008 · r-help

Thanx Thierry, Suggestion #1 had no effect. I have been playing with variants on #2 along the way. DaveT. >-----Original Message----- >From: ONKELINX, Thierry [mailto:Thierry.ONKELINX at inbo.be] >Sent: June 6, 2008 04:02 AM >To: Thompson, David...

Changing default plot behaviour
Thompson, David (MNR) · Apr 9, 2008 · r-help

Hello, How would I make the default behaviour of my plots produce output such as the following (i.e. tick marks inside on all axes, labels only on two (arbitrary?) sides) without needing the five additional commands each time? plot...

a bit off topic: data for dragsters?
Thompson, David (MNR) · Nov 17, 2008 · r-help

Roland, I don't know of the specific data you are asking for but the official website of the 'National Hot Rod Assoc' (?) is www.nhra.com. DaveT. ************************************* Silviculture Data Analyst Ontario Forest Research Institute Ontario Ministry of Natural Resources...

YAPMQ - Yet Another PlotMath Question
Thompson, David (MNR) · Jun 19, 2008 · r-help

>-----Original Message----- >From: Peter Dalgaard [mailto:p.dalgaard at biostat.ku.dk] >Sent: June 19, 2008 04:23 PM >To: Thompson, David (MNR) >Cc: r-help at r-project.org >Subject: Re: [R] YAPMQ - Yet Another PlotMath Question > >Thompson, David...

YAPMQ - Yet Another PlotMath Question
Thompson, David (MNR) · Jun 19, 2008 · r-help

>-----Original Message----- >From: Katharine Mullen [mailto:kate at few.vu.nl] >Sent: June 19, 2008 04:26 PM >To: Thompson, David (MNR) >Cc: r-help at r-project.org >Subject: Re: [R] YAPMQ - Yet Another PlotMath Question > >by example: > >slope...

Thank you
Thompson, David (MNR) · May 30, 2008 · r-help

Yes! Again, thank you ALL very, very much. Even simply lurking on the list generates many gems worth collecting. DaveT. >From: ctu at bigred.unl.edu [mailto:ctu at bigred.unl.edu] >I totally agree both of you. This is...

Available environment variables
Thompson, David (MNR) · Dec 20, 2007 · r-help

Hello, I am trying to set my environment to streamline the downloading / updating of packages. I have been through R-intro.html (10.8 Customizing-the-environment), R-FAQ (5.2 How can add-on packages be installed?), rw-FAQ...

list manipulation
Thompson, David (MNR) · May 6, 2008 · r-help

Hello, I have a set of one-liners (many thanks to previous responses from this list) that I use to look at newly imported data sets with functions like dim(), names(), str(), etc. within lapply(). Generally, these commands work for...

Reorder data frame columns by negating list of names
Thompson, David (MNR) · Feb 12, 2008 · r-help

Hello, I would like to reorder columns in a data frame by their names as demonstrated below: Take this data frame: > xxx <- data.frame(matrix(1:40, ncol=8)) > names(xxx) <- letters[1:8] > xxx a b c d e...

SciViews and Tinn-R installation problem
Thompson, David (MNR) · May 26, 2008 · r-help

Hello, I have just installed R 2.7.0 and re-installed SciViews 0.8-9 and Tinn-R 1.19.4.7 and seem to have broken something along the way as follows. I double-click on my current...

SciViews and Tinn-R installation problem
Thompson, David (MNR) · May 26, 2008 · r-help

Perfect. Thank you Philippe. I must remind myself install, start --vanilla, update, continue. ;-) Thanx again, DaveT. >-----Original Message----- >From: Philippe Grosjean [mailto:phgrosjean at sciviews.org] >Sent: May 26, 2008 04:32 PM >To: Thompson, David (MNR); r-help at...

RcppTemplate find example C++ souce code without Rtools ??
Thompson, David (MNR) · May 27, 2008 · r-help

Roberto, WinZip can handle .tar.gz files (as can other current compression utilities). Evaluation version available free (winzip.com), full version about $30US. DaveT. >-----Original Message----- >From: Roberto Iacopetti [mailto:iacopetti at fastpiu.it] >Sent: May 26, 2008 12:05...

Date classes in ggplot2
Thompson, David (MNR) · Oct 20, 2008 · r-help

Is not melt part of reshape package, i.e., require(reshape)? DaveT. >-----Original Message----- >From: stephen sefick [mailto:ssefick at gmail.com] >Sent: October 19, 2008 12:12 PM >To: hadley wickham >Cc: R Help >Subject: Re: [R] Date classes...

Changing default plot behaviour
Thompson, David (MNR) · Apr 9, 2008 · r-help

Thank you all for your help. I successfully used Richard's suggestion (much like John's) and continued with my work, neglecting to respond to the list. Sorry about that. Thanx again, DaveT. >-----Original Message----- >From: John Kane [mailto:jrkrideau...

Fatal error: unable to restore saved data in .RData
Thompson, David (MNR) · Oct 10, 2008 · r-help

Hello, I am unable to start an R session by double-clicking on an existing .RData file from the Windoze file explorer. A dialogue appears with the message "Fatal error: unable to restore saved data in .RData", and I notice...

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