search for: timeseriesanalysis

Displaying 5 results from an estimated 5 matches for "timeseriesanalysis".

2013 Apr 24
1
R Interactive Mode
Dear all, We are doing some research about the time series analysis of NDVI, and we found the NDVITS package which is a very great tool. Unfortunately when we run it, after TimeSeriesAnalysis it asks to enter "Village or Country". library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15") ndvidirectory=paste(system.file("extdata/VITO_Mzimba", package="ndvits"), "/", sep="&qu...
2013 Apr 23
1
One more question please...
...quot; Ystart=2004 Yend=2006 shape="SLP_Mzimba" shapedir=paste(system.file("extdata/shape", package="ndvits"), "/", sep="") outfile = "mzimbaTS2.txt" outfile2 = "MzimbaTS2.pdf" outfiel3 = "my.pdf" signal = TimeSeriesAnalysis(shape, shapedir, ndvidirectory, region, Ystart, Yend, outfile, outfile2) Village But the same code is not going well in linux terminal by R script, it is continually repeat the line enter Village or Country, what is the difference here between R script and rstudio script ? Regards, Vahe [[alte...
2013 Apr 23
1
Automation of R input
...l, I have R script which during its run require an input like this: choose between one of the grouping factor available : c("Village", "Country") can I automate this part, in other word to pass for example Village when I am running the script. One more thing the script is the TimeSeriesAnalysis {ndvits}. Thanks in advance for any help or suggestion. Regards, Vahe [[alternative HTML version deleted]]
2013 Apr 23
0
One more question...
...quot; Ystart=2004 Yend=2006 shape="SLP_Mzimba" shapedir=paste(system.file("extdata/shape", package="ndvits"), "/", sep="") outfile = "mzimbaTS2.txt" outfile2 = "MzimbaTS2.pdf" outfiel3 = "my.pdf" signal = TimeSeriesAnalysis(shape, shapedir, ndvidirectory, region, Ystart, Yend, outfile, outfile2) Village So the village is passed, but when I am running it in R script from the linux terminal it is repeating the line when I need to enter village continually can you suggest anything. Regards, Vahe [[alternative HTML v...
2013 Apr 23
0
Need a little help about this script...
...quot; Ystart=2004 Yend=2006 shape="SLP_Mzimba" shapedir=paste(system.file("extdata/shape", package="ndvits"), "/", sep="") outfile = "mzimbaTS2.txt" outfile2 = "MzimbaTS2.pdf" outfiel3 = "my.pdf" signal = TimeSeriesAnalysis(shape, shapedir, ndvidirectory, region, Ystart, Yend, outfile, outfile2) Village I have run this in rstudio successfully, so the Village is passed to c() function, but when I am trying to run it from R script in linux terminal the line of c() input is repeatedly coming back and it is not working.....