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.

195 results for “from:Toby”

controlling location of labels in axis()
Toby Marthews · Jun 12, 2008 · r-help

Hi Andrew, Perhaps this example would help. You can add in spaces to the mtext text to move the text sideways. par(mai=c(0.5,0.5,0.5,0.5),oma=c(2,2,2,2)) #mai units...

interpreting date-related error message
Toby Gass · Aug 27, 2010 · r-help

Thanks to everyone for the explanations. Toby On 27 Aug 2010 at 12:46, Phil Spector wrote: > Toby - > Since dat$doy is just a number, the default S3 method > for format is used, where the second argument is the trim...

[Rcpp-devel] Issues creating static library using Makevars
Toby Hocking · Jun 29, 2020 · rcpp-devel

Hi Dirk thanks for the feedback. So I guess that means those are new WARNING messages on CRAN that were not there at the time RInside was accepted on CRAN, right? I would suggest moving the discussion to R-pkg...

HELPWANTED keyword in bugs.r-project.org
Toby Hocking · Aug 11, 2020 · r-devel

Hi Luke, I just wanted to say thanks for taking the time to add this tag. That is very helpful to know which bugs are worth working on and need help. Keep up the good work! Toby On Wed, Aug...

Reshape
Toby Gass · Sep 27, 2010 · r-help

That does work, thank you. I didn't understand that the "fame" column would be the time varying column. Toby On 28 Sep 2010 at 12:47, Michael Bedward wrote: > Hi Toby, > > I think this should work... > > reshape(dat, v...

strcapture performance when perl = TRUE
Toby Hocking · Feb 13, 2024 · r-devel

Thanks Tim. I confirm the proposed solution is over 10x faster, see https://github.com/tdhock/atime/issues/29#issuecomment-1943037753 for figure and source code. On Mon, Jan 29, 2024 at 7:05?AM Tim Taylor <tim.taylor at...

syntax for batching rbind process
Toby Gass · Aug 18, 2010 · r-help

Thank you for the suggestions for the more efficient code. The problem remains, however, that the final dataframe does not contain the correct values. So, in the case of the code you suggested, imp <- lapply(test, read.csv) do.call...

lines and dates
Toby.Patterson@csiro.au · Feb 4, 2004 · r-help

As per the stuff on the list earlier, it looks like you probably need to convert the POSIXlt's to POSIXct's Try: ?as.POSIXct -----Original Message----- From: Jean Eid [mailto:jeaneid at chass.utoronto.ca] Sent: Thursday, February 05...

Level Plot and Scale of Colorkey
Toby Marthews · Jun 13, 2008 · r-help

Try colscaledivs=100 #colscaledivs=15 here is the R default levelplot(z ~ x * y, g,xlab="x co-ordinate",ylab="y co-ordinate",colorkey=TRUE,at=seq(from=-0.01,to=0.25,length=colscaledivs),col.regions=(col=gray((0...

extracting values conditonal on other values
Toby Gass · Mar 3, 2010 · r-help

Dear R helpers, I have a dataframe (test1) containing the time of sunrise and sunset for each day of the year for 3 years. I have another dataframe (test2) containing measurements that are taken every 15 minutes, 24/7. I...

axis manipulation in levelplot
Toby Daniel Ahrens · May 4, 2006 · r-help

Hi: I am trying to print multiple levelplots on a single page, and I am having trouble manipulating individual axes on the plots. I do not want a box around the entire plot; on some plots I would like to...

patch for gregexpr(perl=TRUE)
Toby Hocking · Feb 19, 2019 · r-devel

Hi all, Several people have noticed that gregexpr is very slow for large subject strings when perl=TRUE is specified. - https://stackoverflow.com/questions/31216299/r-faster-gregexpr-for-very-large-strings - http://r.789695.n4.nabble.com/strsplit-perl...

configure on solaris 2.9 with non GNU compilers (PR#8300)
toby.m@mail.utexas.edu · Nov 11, 2005 · r-devel

Full_Name: Toby Muhlhofer Version: 2.2.0, 2.1.1 OS: Solaris 2.9 Submission from: (NULL) (128.83.62.46) I'm trying to compile R on a Solaris machine. The default C compiler is cc (although gcc...

nested time series data with measurement error
Toby Gass · Apr 23, 2008 · r-help

Dear R helpers, I am trying to fit a model with the main objective of assessing differences, rather than predicting. The treatment was applied to half of the subjects after 9 months of measurement. Then 9 more months of data...

Reformat meteorological data
Toby Gass · Dec 20, 2006 · r-help

Dear HelpeRs: I have a data set in the following format, which will be familiar to those of you working with NCDC climate data. Example: Year <- rep(1:3, each = 3) Year <- c(Year,Year) ID <- rep(1:2, each...

mlocal/mtrace inside a loop
Toby.Patterson@csiro.au · Mar 25, 2004 · r-help

Look at ?mtrace for a start... And probably you need to look at the function go() -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Fred...

Constructing groupedData objects in nlme - a little problem
Toby Marthews · Jun 4, 2008 · r-help

Dear R-help, I am trying to create groupedData objects using the nlme library. I'm missing something basic, I know: Here is the first example in ch.1 of Pinheiro & Bates (2000): library(nlme) x2=Rail$travel;x1=Rail...

new warnings when compiling cmplxblas.f
Toby Hocking · Jun 24, 2022 · r-devel

Hi all, I am observing the following warnings which are new (at least on my system, ubuntu 18.04 with gfortran 10.1) when compiling the new release, R-4.2.1 (make command). $ ./configure --prefix=$HOME --enable-lto ... $ make...

Bug in prettyNum
Toby Hocking · May 27, 2025 · r-devel

Thanks for the contribution Mikko! For testing future patches, you can actually do it right in the web browser, thanks to Heather Turner's R Dev Container, see instructions here https://contributor.r-project.org/r-dev-env/container_setup...

A plotting question - how to get error bars?
toby at abdn.ac.uk · Mar 27, 2006 · r-help

Dear R list, Can anyone help with a plotting question? I'm trying to display some data on a plot and I've almost got the format I need (see code below), but 2 things I can't get: 1...

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