On Thu, 01-Dec-2011 at 10:13AM -0800, lglew wrote:
|> Hi R-users,
|>
|> I'm trying to produce decompositions of a multiple time-series, grouped by a
|> factor (called "area"). I'm modifying the code in the STLperArea function of
|> package ndvits, as this function only plots produces stl plots, i
On Dec 1, 2011, at 1:13 PM, lglew wrote:
Hi R-users,
I'm trying to produce decompositions of a multiple time-series,
grouped by a
factor (called "area"). I'm modifying the code in the STLperArea
function of
package ndvits, as this function only plots produces stl plots, it
does not
retu
Thanks Michael! Yeah, that dealt with one of the problems.
I still get the following error message:
Error in cat(list(...), file, sep, fill, labels, append) :
argument 1 (type 'list') cannot be handled by 'cat'
I know that this has something to do with writing the names of the output
file, an
I think part of your problem is the loop:
you probably mean
for(i in unique(area))
Michael
On Thu, Dec 1, 2011 at 1:13 PM, lglew wrote:
> Hi R-users,
>
> I'm trying to produce decompositions of a multiple time-series, grouped by a
> factor (called "area"). I'm modifying the code in the STLperA
Hi R-users,
I'm trying to produce decompositions of a multiple time-series, grouped by a
factor (called "area"). I'm modifying the code in the STLperArea function of
package ndvits, as this function only plots produces stl plots, it does not
return the underlying data.
I want to extract the tren
5 matches
Mail list logo