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