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:Jim Ottaway”

Configuration problem installing backport to jessie
Jim Ottaway · Mar 3, 2017 · r-sig-debian

That all looks exactly as it happened for me. Thank you for going through the steps like that: next time I find a problem like this I'll have a better idea how to track it down and propose a...

temporarily modify par values?
Jim Ottaway · Apr 4, 2009 · r-help

>>>>> Gabor Grothendieck <ggrothendieck at gmail.com> writes: > Here is a minor variation: > par <- function( ... ) structure( graphics::par( ... ), class = "par" ) > with.par <- function( data, expr, ... ) { > on.exit(par(old.par, no.readonly = TRUE)) > old.par <- data > invisible(expr) > } > which returns expr...

change individual label colours in a cluster plot?
Jim Ottaway · Feb 5, 2009 · r-help

I am doing some bibliometric analysis of interdisciplinarity using cluster analysis of co-authorship. I'd like to be able to specify the colour of individual authors in the labels to show a prior grouping by discipline (red for sociology...

temporarily modify par values?
Jim Ottaway · Apr 4, 2009 · r-help

Is there some sort of 'with.par' function that temporarily changes par parameters and then re-sets them so that instead of doing things such as opar <- par(mar=c(4.1,4.1,4.1,8),...) <do things> par...

Configuration problem installing backport to jessie
Jim Ottaway · Mar 2, 2017 · r-sig-debian

>>>>> Dirk Eddelbuettel <edd at debian.org> writes: > Backports are unofficial, and I have limited time. > But if you can work on a test case / improve on this / provide a patch I will > of course integrate it. Thank you for your...

temporarily modify par values?
Jim Ottaway · Apr 4, 2009 · r-help

>>>>> Romain Francois <romain.francois at dbmail.com> writes: > Jim Ottaway wrote: >> Is there some sort of 'with.par' function that temporarily changes par >> parameters and then re-sets them so that instead of doing things such as > "with" is generic...

change individual label colours in a cluster plot?
Jim Ottaway · Feb 5, 2009 · r-help

>>>>> patricia garc?a gonz?lez <kurtney_84 at hotmail.com> writes: > Hi, > If you have a variable, that defines what you want to differentiate > (sociology, economics etc.) then you can add color depending on the > value of that variable. You...

temporarily modify par values?
Jim Ottaway · Apr 4, 2009 · r-help

>>>>> Romain Francois <romain.francois at dbmail.com> writes: > "with" is generic, so you could do something like that: >> par <- function( ... ) structure( graphics::par( ... ), class = "par" ) >> with.par <- function( data, expr, ... ){ > + old.par <- data > + expr > + invisible( par( old.par ) ) > + } >> with( par...

Configuration problem installing backport to jessie
Jim Ottaway · Mar 2, 2017 · r-sig-debian

I came across this problem moving from the standard jessie package to the backport: $ sudo dpkg --configure r-base-core Setting up r-base-core (3.3.2-1~jessiecran.0) ... Preserving user changes to /usr/share/bash-completion/completions...

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