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.

63 results for “from:Ingo”

playwith package does not work on Ubuntu?
Ingo Michaelis · Jun 30, 2008 · r-help

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...

prediction of time series with nearest neighbor
Ingo Wardinski · Aug 15, 2013 · r-help

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...

cbind(SGDFone, SGDFtwo)
Ingo Holz · Dec 20, 2007 · r-sig-geo

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...

using postscript() for multiple individual files
Ingo Wardinski · Jul 19, 2014 · r-help

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...

spplot - polygons with colored borderlines
Ingo Holz · May 26, 2009 · r-sig-geo

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...

objectname completion
Ingo Roeder · Mar 11, 2003 · r-help

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...

simple plotting wcor (Rssa) question
Ingo Wardinski · Aug 27, 2014 · r-help

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...

spplot legends for each subplot
Ingo Holz · Nov 10, 2007 · r-sig-geo

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...

Selecting all values smaller than X in a dataframe
Ingo Michaelis · Jun 11, 2007 · r-help

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...

semi-transparent layer with image()
Ingo Holz · Nov 16, 2007 · r-sig-geo

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...

cbind(SGDFone, SGDFtwo)
Ingo Holz · Dec 20, 2007 · r-sig-geo

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...

problem with png()
Ingo Holz · Nov 15, 2007 · r-help

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...

main title x title and y title with ggplot2
Ingo Michaelis · Mar 5, 2008 · r-help

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...

Writing the ARMA Parameters into a file
Ingo Kruck · Jul 25, 2002 · r-help

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...

image plot legends
Ingo Roeder · Sep 13, 2001 · r-help

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...

spplot -> sp.layout -> sp.text - only one "text" at the same time?
Ingo Holz · Nov 11, 2007 · r-sig-geo

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...

discontinous ssa forecast
Ingo Wardinski · Jul 29, 2013 · r-help

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...

Mac OS X and R - tcl/tk, BWidget and Tktable
Ingo · Oct 2, 2006 · r-sig-mac

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...

reading in MS Word files
Ingo Feinerer · Aug 18, 2009 · r-help

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...

Incorrect target file name for gramLatex.c
Ingo Korb · May 16, 2013 · r-devel

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 .