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.

174 results for “from:Claudia Beleites”

extracting a subset of sublists form a list; vectorized form
Claudia Beleites · Oct 8, 2008 · r-help

Dear Javier, > sublists, to be passed to a function, sintaxis like this won't work: > >> sublist <- main.lst[[1:4]] are you looking for: sublist <- main.lst[1:4] HTH Claudia

S4 dispatch for .DollarNames (utils)
Claudia Beleites · May 30, 2010 · r-devel

John, Thank your for the explanation! Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli Studi di Trieste Via Alfonso Valerio 6/a I-34127 Trieste phone: +39 0 40 5 58-37 68 email: cbeleites at...

Plot with same font like in LaTeX
Claudia Beleites · Mar 2, 2011 · r-help

Jonas, have a look at tikzdevice Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli Studi di Trieste Via Alfonso Valerio 6/a I-34127 Trieste phone: +39 0 40 5 58-37 68 email: cbeleites at...

The end of Matlab
Claudia Beleites · Dec 12, 2008 · r-help

> evens() & last(5) wouldn't x[evens()][last(5)] do the & already? or is different, though. Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli Studi di Trieste Via Alfonso Valerio 6/a I-34127 Trieste phone...

methods vs. functions
Claudia Beleites · Jan 7, 2009 · r-devel

Dear Duncan and Oleg, thanks for your answers. For the moment, I'll use functions. Happy new year, Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli Studi di Trieste Via Alfonso Valerio 6/a I-34127...

character count
Claudia Beleites · Dec 12, 2008 · r-help

nchar (c("convert this to 47 because it has 47 characters", "this one has 26 characters", "13 characters")) HTH Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli Studi di Trieste Via Alfonso Valerio 6/a I...

Google Summer of Code 2011
Claudia Beleites · Jan 27, 2011 · r-devel

Dear all, I just saw that Google Summer of Code 2011 is announced: http://www.google-melange.com/ Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli Studi di Trieste Via Alfonso Valerio 6/a I-34127...

remoting ESS/R with tramp
Claudia Beleites · Jan 13, 2012 · r-help

Tom, what happens with: (Emacs) M-x ssh t (you should have the remote shell buffer now) R (once R is started) M-x ess-remote r ? Claudia -- Claudia Beleites Spectroscopy/Imaging Institute of Photonic Technology Albert-Einstein-Str. 9...

Command completion of the R binary / Ubuntu
Claudia Beleites · Jan 12, 2012 · r-devel

Am 11.01.2012 19:53, schrieb Sharpie: > The bash completion script is also used by the Homebrew package manager on > OS X. There we go... good to know. -- Claudia Beleites Spectroscopy/Imaging Institute of Photonic Technology Albert-Einstein-Str...

... (dotMethods) and cbind/rbind: how to give the signature?
Claudia Beleites · Jan 7, 2009 · r-devel

Dear Oleg, thanks a lot! I'll have S3 methods until the problems settle somehow. I wasn't aware that S3 despatch works for S4 classes as well. Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli...

R help question: How can we enable useRs to contribute corrections to help files faster ?
Claudia Beleites · Feb 28, 2010 · r-help

What about the short-term solution of having a function package.bug.report - along the lines of bug.report? E.g. see attachment Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Universit? degli Studi di Trieste Via Valerio...

Row and Column positions
Claudia Beleites · Oct 31, 2008 · r-help

Am Freitag 31 Oktober 2008 12:17:30 schrieb Shubha Vishwanath Karanth: > m=data.frame(a=c(1,NA,5,5),b=c(4,5,6,7),c=c(NA,NA,NA,5)) ? which HTH Claudia -- Claudia Beleites Dipartimento dei...

Sweave: multiple graphic formats, e.g. win.metafile
Claudia Beleites · Mar 23, 2011 · r-devel

On 03/23/2011 01:05 PM, Prof Brian Ripley wrote: > We are currently in the process of implementing PNG and JPEG for 2.13.0, and an > extensible architecture is planned for 2.14.0. :-) this is really good...

Does anyone use Sweave (RweaveLatex) option "expand=FALSE"?
Claudia Beleites · Aug 19, 2010 · r-devel

I never used it. I got curious, though. What would be a situation that benefits of this option? Maybe a use case could be found by "brute force" (grep all .Rnw files on CRAN for the option? Claudia -- Claudia Beleites...

force apply not to drop the dimensions of FUN results ?
Claudia Beleites · Nov 10, 2010 · r-help

Dear Yves, You may not need to do more than set the dim attribute correctly: dim (test) <- c (dim (myArray) [c (3 : 4, 1 : 2)] or dim (test) <- c (dim (myArray) [c (4 : 3, 1 : 2)] Claudia -- Claudia Beleites Dipartimento...

help me about data format.
Claudia Beleites · Jul 7, 2009 · r-help

> I want to make a matrix and vector in same data frame. You need to protect your matrix by I () Btw: I'm actually writing a package for handling spectra that I plan to release in some weeks. It contains...

"Roxygenating" packages
Claudia Beleites · Jul 8, 2009 · r-devel

Dear Barry, I'd definitely be interested. Though I don't have time to do it :-( But I'd volunteer as test user :-) --Claudia > Is there any interest in a method of taking a package with > documentation in Rd files...

logos
Claudia Beleites · Apr 1, 2011 · r-devel

Dear all, I'd like to link one of the logos in our Google Summer of Code Profile. If I remember correctly, behind the logo link at http://developer.r-project.org/ (i.e. http://developer.r-project.org/Logo...

Matrix multiplication
Claudia Beleites · Mar 12, 2012 · r-sig-hpc

Dear Patrick, > I noticed that there isn't a function for matrix multiplication in > the new parallel library. What would be the most efficient way to do > a matrix multiplication there? I use libgotoblas2 / libopenblas which automatically does multithreaded %*% matrix...

help with the unique function
Claudia Beleites · May 8, 2008 · r-help

Ravi, if you have a large data.frame you might want to have a look at the count.rows function I collected from older threads and put into the wiki (http://wiki.r-project.org/rwiki/doku.php?id=tips...

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