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.

48 results for “from:ronny”

errorbars with xyplot
Ronny Hannemann · Mar 15, 2006 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060315/4a41ef30/attachment.pl

Guidance for reporting results from lme test?
Ronny Steen · Jan 29, 2008 · r-help

En innebygd og tegnsett-uspesifisert tekst ble skilt ut... Navn: ikke tilgjengelig Nettadresse: https://stat.ethz.ch/pipermail/r-help/attachments/20080129/5f8a6ac4/attachment.pl

Add notes to a graph
Ronnie Babigumira · Dec 26, 2005 · r-help

Hi, I have done a search on this in vain. How can I add a note to the foot of a graph example below |-----------------------| | Title | | -------- | | | my | | | | graph | | | | | | | | ______| | |note: source | |-----------------------| Many thanks Ronnie

Centering data frame by factor
ronny · Jul 19, 2011 · r-help

Perfect! Made my day! -- View this message in context: http://r.789695.n4.nabble.com/Centering-data-frame-by-factor-tp3677609p3677665.html Sent from the R help mailing list archive at Nabble.com.

Open a new script from R command prompt
Ronnie Babigumira · Dec 28, 2005 · r-help

Hi, (this is a minor irritation), is it possible for me to call R's editor from the R command prompt (I searched for script but that didn't yield anything). (The mouse-file-new-script route is a minor...

Neighbours list
Ronnie Babigumira · Jan 5, 2006 · r-sig-geo

Hi, I have a raster map in raster format and would like to make a neighbours list. Reading spdeps documentation I sense that cell2nb is what I should use, however, my grid is not regular (my understanding of this that...

Converting Grid to factor list
Ronnie Babigumira · Jan 8, 2006 · r-sig-geo

Hi listers I would like to change a grid to a factor list so as to apply Join Count statistics however when I use mygrid.f <- factor(mygrid) I get an error message " 'x' must be atomic". Looking through the...

Lattice levelplot- remove unused levels per panel
ronny · Jan 20, 2013 · r-help

Hi, I am using levelplot, and would like remove from each panel (condition) its unused x levels. e.g. Remove from panel vs=1 the cyl level=8. data(mtcars) levelplot(mpg~factor(cyl)*factor(gear)|factor(vs)) Thanks for...

join count with a grid that has NA's
Ronnie Babigumira · Jan 9, 2006 · r-sig-geo

Hi listers I am trying to apply join counts stats however my grid has some NA's and so I get an error > joincount.multi(mygrid.f, nb2listw(mynb, style="B")) Error in joincount.multi(mygrid.f, nb2listw(mynb, style...

function in order to plot the same graph to postscript and pdf
Ronny Klein · Mar 9, 2005 · r-help

> What are the myplot objects? Expressions or graphical objects that are > printed? The myplot is something like this: plot(x) text(foo) etc. > In any case, a good recommendation for this kind of stuff is to look at > Sweave() in...

Bootstrap values for hierarchical tree based on distaance matrix
ronny · Nov 15, 2011 · r-help

I would like to get an hierarchical clustering tree with bootstrap values indicated on the nodes, as in pvclust. The problem is that I have only distance matrix instead of the raw data, required for pvclust. Is there a way...

subset grid and neighbour list
Ronnie Babigumira · Jan 9, 2006 · r-sig-geo

Dear listers This may be obvious however I have thrown in the towel after numerous futile attempts. Here is my problem. I have a grid with 5 levels including NA. I would like to perform join count stats on it...

function in order to plot the same graph to postscript and pdf
Ronny Klein · Mar 9, 2005 · r-help

> > The myplot is something like this: > > > > plot(x) > > text(foo) > > Aha, I was surprised that this worked for one of the two plots. > You could pass myplot as an expression, e.g. myplot = > expression(plot(x)), and then eval() that...

Repeating functions
Ronnie Babigumira · Dec 29, 2005 · r-help

Hi, I have a number of spatial weight files and using Roger Bivand's spdep, I would like to 1. Convert them into neighbor lists using 2. Convert the neighbor lists into spatial weights For a given file, the syntax...

Decimal point as a comma in postcript and pdf graphics
Ronny Klein · Mar 9, 2005 · r-help

Hi, after a lengthy but unsuccessfull search I couldn't come up with a solution to the following problem: I would like to have a "comma" instead of a "point" as the decimal point in my graphics, i.e. postscript...

Plot problems: xlim
Ronnie Babigumira · Dec 23, 2005 · r-help

Many thanks Jacques Veslot and Ben Bolker, Im closer to my goal thanks to Jacques's code and Ben I will follow the leads. Happy Holidays Ronnie Ronnie Ben Bolker wrote: > Ronnie Babigumira <rb.glists <at> gmail.com> writes: > > It...

Create pdf and postscript files
Ronnie Babigumira · Dec 27, 2005 · r-help

You need to open the pdf/poscript first and then plot...see ?postscript # open the file "foo.ps" for graphics output postscript("foo.ps") # produce the desired graph(s) dev.off() # turn off the postscript device David Hajage wrote: > Hello...

function in order to plot the same graph to postscript and pdf
Ronny Klein · Mar 9, 2005 · r-help

Hi, I've written a function in order to plot the same graph in a postcript and in a pdf file. Unfortunately, the second graph is always empty, i.e.: plot.both <- function{myplot, filename}{ pdf(file=paste(filename, ".pdf...

function in order to plot the same graph to postscript and pdf
Ronny Klein · Mar 10, 2005 · r-help

> I guess you would want eval(MYPLOT) there? > > But the function above works if you say > plot.both(myplot = expression(plot(x)), filename = "foo") > and that is what I said above: set myplot = expression(plot(x)). > Z My syntax in...

getting started, reading listing and saving data
Ronnie Babigumira · Nov 23, 2005 · r-help

Many thanks to Peter Alspach, Jim Porzak and Murray Pung for the help. Peter and Jim, head? and tail? was just what I needed to list a few observations. Peter, thanks for pointing out str? to me. I totally agree...

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