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.

9 results for “from:Roberto Brunelli”

Applying a function to a list of arguments ...
Roberto Brunelli · Nov 7, 2008 · r-help

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

Regular expression substitution ...
Roberto Brunelli · Nov 2, 2009 · r-help

I would like to replace all occurences of /pc with \% using something like sub("/pc", "\%", x) but I am unable to make the '\' pass through. Any hint? Thanks, Roberto

spplot and cex
Roberto Brunelli · Sep 21, 2009 · r-help

Dear community, I'm using R 2.6.1 on a GNU/Linux Slackware box. I would like to obtain larger text when using spplot (from sp 0.9-43) using spplot(... cex=2) but I get no visible effect...

How to create a floating bar plot
Roberto Brunelli · May 31, 2012 · r-help

I would like to create a 'bar' plot with the following look - 0 + -------------------------+---------------------- oooooooo************ ********* ooooooooo oo**** where the positive and negative parts of the bar should have a different color. Is there any function/package supporting this kind of plot...

do.call and plotting functions ...
Roberto Brunelli · Nov 19, 2008 · r-help

I'm trying to write a simple wrapper for plotting functions to make them print to postscript, something like ploteps <- function(file, plotFunction, ...) { args <- list(bquote(...)) # prepare postscript device do.call(plot, args) # close postscript device } I have inserted the...

S4 object slot of type 'call'
Roberto Brunelli · May 28, 2007 · r-help

I'm using an S4 object with a slot of type 'call': I would like to be able to initialize it with something like NULL or NA (indicating that there is no information in the slot) but the value should...

Writing 'domain specific languages' with R
Roberto Brunelli · Jun 21, 2012 · r-help

I would like to port to R the IPAT-S language, kind of a 'domain specific' scripting language for developing quantitative models for medium and long-term sustainability scenarios (www.ipat-s.org). I think that in order to replicate...

Selective 'expansion' of arguments in a match.call() result ...
Roberto Brunelli · May 31, 2007 · r-help

Is it possible to write a support function to automatize selective argument expansion (based on argument value type) as in the following example, in order to write terse code even when there are many arguments? Forcing evaluation of all arguments...

How to create a floating bar plot
Roberto Brunelli · May 31, 2012 · r-help

Thanks to both of you, close to the solution, but I think that your proposals do not address the case when a bar is completely positive (or negative): I do not think that the histogram can not be extended easily...

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