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.
Hello, I try to use the interactive plot package playwith on my machine (Ubuntu 8.04 64 bit / Gnome) using R version 2.7.1. My problem is that the widgets are not shown. I tried to plot the examples...
G'day, I wonder if there exists a package that deals with the prediction of time series based on a method proposed by Farmer & Sidorowich (1987) and further developments by others. This method relies on the state space representation of...
Sorry, I deleted one of the grids ... ;-) I will redo the analysis later and come back with the result of all.equal(getGridTopology(a), getGridTopology(b)) However, before I deleted the Grid I checked getGridTopology() for the two SGDF separately...
On 07/19/2014 07:17 PM, William Dunlap wrote: > Wrap all your calls to plot() with print(). E.g., change > plot(s, type="vectors", idx=1:12, main="") > to > print(plot(s, type="vectors", idx=1:12, main="") > > Some...
Hi, I am using function spplot (library sp) to plot polygons: spplot(SPDF, "var", col.regions=topo.colors(100)) SPDF is a SpatialPolygonsDataFrame Some of my polygons are very small and you can not see the color of the polygon...
Dear R users, is there any possibility to get an object-name completion within the R command line (UNIX-version of R). As I got to know from the FAQ that this is possible from within Emacs (ESS), but without...
Hello, I try to plot w-correlation matrix of singular spectrum analysis by using the package Rssa. This is an example: > library(Rssa) > s <- ssa(co2) > w <- wcor(s, groups = 1:20) > plot(w,cex.label=3),scales=list(at...
Hi, it only happens using png(). It does not if I *.emf, *.jpg or *.bmp. A simple reproducable example (from the print.trellis help file): ########################## outfile <- ".../outfile.png" ### ... = your output directory p11 <- histogram( ~ height | voice.part, data = singer, xlab="Height...
Christoph Scherber <Christoph.Scherber <at> agr.uni-goettingen.de> writes: > > Dear R users, > > I have a correlation matrix for a dataframe called "synth", for which I > now want to select only those cells that have correlations larger than > +/-0.6...
Hi, I have two objects of "class image" (a list of x, y, z coordinates, where z is a matrix and x and y are row names / col names). I would like to overlay one of this images on top...
Hi, I want to use cbind to combine two SpatialGridDataFrames. SGDFone <- cbind(SGDFone, SGDFtwo) SGDFone and SGDFtwo resulted from the same SGDF they are copies like SGDFone <- SGDF; SGDFtwo <- SGDF. Only the dataframe part has been modified. However, using cbind...
Hi, I am runing R2.6.0 (2007-10-03) on WindowsXP. If I use png() to save a plot I lose the main title. An example: ########################## outfile <- "outfile.png" p11 <- histogram( ~ height | voice.part, data = singer, xlab="Height", main...
ONKELINX, Thierry <Thierry.ONKELINX <at> inbo.be> writes: > > Guillaume, > > You'll have to add the appropriate scales. > > ggplot(data, aes(x,y,fill)) + geom_point() + scale_x_continuous("your > xlabel") + scale_y_continuous("your ylabel") > > I suppose you can add...
Hello, I am trying to write the R-computed parameters of an ARIMA process into a file. But I am not able to. I tried the following syntax (ts is my time series): . . > result <- arima(ts, c(1,0,1...
Hi, is there anybody knowing a possibility to produce a legend (describing the color scheme) in an image plot in R. In S-Plus this works using image.legend. Thank's in advance. INGO -- ----------------------------------------------------------------- Ingo Roeder Institute for Medical Informatics...
Hi, I am using spplot() and want to label points in the produced map by using sp.layout. SPolyDF = a SpatialPolygonsDataFrame SPointsDF = a SpatialPointsDataFrame Something like this: l1 <- list("sp.text", coordinates(SPointsDF[,1]), SPointsDF[["Name"]][1]) spplot(SPolyDF[, "Name...
Hello, I compute a singular spectrum ananlysis of a time series using ssa of the Rssa package. Then I compute the forecast based on the results of the singular spectrum ananlysis (ssa). Here I observe that the original time series...
I still have the problem I outlined earlier. I am trying to run R 2.3.1 on OS X 10.4.7 in order to use a package called affylmGUI. I have to start X11 in in order to...
On Tue, Aug 18, 2009 at 12:00:07PM +0200, Mark Kimpel wrote: > I am familiar with packages that read and write Excel files on both Windows > and Linux platforms. > > Do any packages provide similar functionality for MS Word files...
Hi! The attached patch changes the rule that describes the actions for gramLatex.c in src/library/tools/src/Makefile.in so it actually generates that file instead of "gramLatex." (no extension). The file name without extension is not referenced...
Can't find what you're looking for? Try searching with Google .