[R] simple plotting wcor (Rssa) question

2014-08-27 Thread Ingo Wardinski
to change the tick labels, currently they show up as F1, F2 etc., and I would like to have them as 1, 2, etc. Any help would be very much appreciated ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] simple plotting wcor (Rssa) question

2014-08-27 Thread Ingo Wardinski
On 08/27/2014 11:18 AM, Ingo Wardinski wrote: 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=c(10,20,30,40))) I was wrong

[R] using postscript() for multiple individual files

2014-07-19 Thread Ingo Wardinski
file shows the expected graphic. How can I create three individual (not-empty) postscript files? I run R version 3.1.1 (2014-07-10) -- Sock it to Me on linux TIA ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

Re: [R] using postscript() for multiple individual files

2014-07-19 Thread Ingo Wardinski
On 07/19/2014 01:25 PM, Duncan Murdoch wrote: On 19/07/2014, 5:41 AM, Ingo Wardinski wrote: Hello, I try to plot some results of an analysis to multiple individual postscript files, like: postscript(A1_zonflow.ps,onefile=F) plot(s, type = vectors, idx = 1:12,main=) dev.off

Re: [R] using postscript() for multiple individual files

2014-07-19 Thread Ingo Wardinski
for plot methods mention this requirement, some don't. Bill Dunlap TIBCO Software wdunlap tibco.com Many thanks! This does the trick greets ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] prediction of time series with nearest neighbor

2013-08-15 Thread Ingo Wardinski
for prediction. Is there package in R that perform such predictions? Any help and advice would be very much appreciated ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

[R] F-test question

2013-08-13 Thread Ingo Wardinski
be very much appreciated ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] discontinous ssa forecast

2013-07-29 Thread Ingo Wardinski
the latest version of Rssa, R on linux Many greets and TIA ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self

[R] Generating 1-bit and 8-bit BMP files using R

2013-03-04 Thread Ingo Reinhold
into the right image format. Is anyone aware of a package or rather easy way to generate these images using R? Many thanks, Ingo [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] Outer product from matrix by row and a vector

2012-08-10 Thread Ingo Reinhold
Hi David, Petr, sorry for the fuzzy posts. I oversaw that it was just the transposed version as you indicate. Does exactly what it should. Many thanks, Ingo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

Re: [R] Outer product from matrix by row and a vector

2012-08-08 Thread Ingo Reinhold
the result [,1] [,2] [,3] [1,]135 [2,]246 Thanks for taking a look. Cheers, Ingo From: Jeff Newmiller [jdnew...@dcn.davis.ca.us] Sent: Wednesday, August 08, 2012 6:40 AM To: Ingo Reinhold; r-help@r-project.org Subject: Re: [R

[R] Outer product from matrix by row and a vector

2012-08-07 Thread Ingo Reinhold
(a,MARGIN=1) outer(a,b,function(x,y){unlist(a)[1]+unlist(a)[3]/b}) Any idea how to do this more elegantly than a nested for-loop? Many thanks, Ingo [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https

[R] Multidimensional List access

2011-05-18 Thread Ingo Reinhold
the values in, lets say V3, in all CharacteristicsLists without the need for FOR-loops? I figured there could be something like Data[[:]][[:]][[:]][[:]][[V3]] Many thanks, Ingo [[alternative HTML version deleted]] __ R-help@r-project.org

[R] filtering out unwanted words in a Term Document Matrix

2011-05-16 Thread Ingo Feinerer
) m - TermDocumentMatrix(crude) z - m[c(oil, zone),] inspect(z) Ensure that you only try to subset for terms occurring in the matrix as otherwise it will not work. You can get all terms via Terms(m). Best regards, Ingo Feinerer __ R-help@r-project.org

Re: [R] Variable length datafile import problem

2011-02-18 Thread Ingo Reinhold
again for the effort. Ingo From: John Kane [jrkrid...@yahoo.ca] Sent: Thursday, February 17, 2011 11:54 AM To: Ingo Reinhold Subject: RE: [R] Variable length datafile import problem Generally most of the gurus are in this list. Hopefully someone

[R] Variable length datafile import problem

2011-02-15 Thread Ingo Reinhold
this is. It also appear to be quenching some of the columns, which may be the problem. My current maximum is around 250, but this is not determined. When importing it the maximum table size seems to stop at 146. Has anyone seen this before? Many thanks, Ingo [[alternative HTML version deleted

[R] one sided t test

2011-01-14 Thread Ingo
hypothesis: true mean is less than 0 95 percent confidence interval: -Inf 1.429035 sample estimates: mean of x 1.206958 Hope I am right you can help me if I am wrong. Greetings, Ingo Meemken [[alternative HTML version deleted

Re: [R] package tm fails to remove the with remove stopwords

2009-11-15 Thread Ingo Feinerer
?root=tmview=markup for a list of all bug fixes and changes between each tm version. Best regards, Ingo Feinerer -- Ingo Feinerer Vienna University of Technology http://www.dbai.tuwien.ac.at/staff/feinerer __ R-help@r-project.org mailing list https

Re: [R] reading in MS Word files

2009-08-18 Thread Ingo Feinerer
path such that readDOC can use it. Best regards, Ingo -- Ingo Feinerer Vienna University of Technology http://www.dbai.tuwien.ac.at/staff/feinerer __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] using package tm to find phrases

2009-08-13 Thread Ingo Feinerer
starting point ... Best regards, Ingo -- Ingo Feinerer Vienna University of Technology http://www.dbai.tuwien.ac.at/staff/feinerer __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

[R] playwith package does not work on Ubuntu?

2008-06-30 Thread Ingo Michaelis
was ok. So can you give me some advices Thanks in advance Ingo Michaelis __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] main title x title and y title with ggplot2

2008-03-05 Thread Ingo Michaelis
) Ingo. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] problem with png()

2007-11-15 Thread Ingo Holz
Dear Brian, sorry, library(lattice) is loaded, when I start R, so I forgot to add this. I get Ingo's title if I plot directly to the screen. However, I do not get it if I use png() or I lose it if I save from the plot (screen). Ingo On 15 Nov 2007 at 10:30, Prof Brian Ripley wrote