[R] Spencer 15-point weighted moving average

2010-10-11 Thread Sam Thomas
th filter) would be appreciated. Thanks, Sam Thomas [[alternative HTML version deleted]] __ 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

Re: [R] pdf files in loops

2010-04-01 Thread Sam Thomas
Have you tried plot(pic) -Original Message- From: Berwin A Turlach Sent: Wednesday, March 31, 2010 10:15 PM To: James Rome Cc: r-help@r-project.org Subject: Re: [R] pdf files in loops On Wed, 31 Mar 2010 22:06:48 -0400 James Rome wrote: > print() did not help, and I get strange messa

Re: [R] Mosaic

2010-03-24 Thread Sam Thomas
indep, type = "mosaic") Sam Thomas -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Silvano Sent: Wednesday, March 24, 2010 11:01 AM To: r-help@r-project.org Subject: [R] Mosaic Hi, I have this d

[R] ctree (party) changing font sizes in plots

2009-11-20 Thread Sam Thomas
ike to be able to adjust the font sizes for the x-axis and y-axis labels of the histograms. Thanks, Sam Thomas Revelant Technologies, LLC. sam.tho...@revelanttech.com <mailto:sam.tho...@revelanttech.com> 317-696-9214 [[alternative HTML version deleted]] __

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

2009-11-13 Thread Sam Thomas
"crude" dataset #function removeWords does not appear to remove the first word require(tm) data("crude") crude[[1]] removeWords(crude[[1]], "Shamrock") #Second word removed removeWords(crude[[1]], "Diamond") #First word not removed Sam Tho

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

2009-11-12 Thread Sam Thomas
cumentTermMatrix(text.corp, control = params) dtm dtm.mat <- as.matrix(dtm) dtm.mat From: Mark Kimpel [mailto:mwkim...@gmail.com] Sent: Thursday, November 12, 2009 11:30 AM To: r-help@r-project.org; feine...@logic.at; Sam Thomas Subject: package "tm" fails to remove "the&q

Re: [R] reading and frequency analysis of Spanish text

2009-08-05 Thread Sam Thomas
l = list(reader = readDOC(AntiwordOptions = "-t"), language = "spa", load = TRUE))) (langren.sp.file <- langren.corpus[[1]])[1:10] I think the default encoding for antiword is latin1, but antiword -m option can handle other mappings. Sam Thomas

Re: [R] Reading data entered within an R program

2009-07-12 Thread Sam Thomas
threeftmetered Sent from my Windows MobileĀ® phone. -Original Message- From: Muenchen, Robert A (Bob) Sent: Saturday, July 11, 2009 4:43 PM To: R-help@r-project.org Subject: [R] Reading data entered within an R program Dear R-helpers, I know of two ways to reading data within an R prog