Displaying 4 results from an estimated 4 matches for "outfiel3".
2013 Apr 23
1
One more question please...
...sep="")
region="Mzimba"
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 scr...
2013 Apr 24
1
R Interactive Mode
...sep="")
region="Mzimba"
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)
How it is possible to call the package by default indicating Village
option /we don't want to enter the parameter and don't want to change
anything in the code whic...
2013 Apr 23
0
One more question...
...sep="")
region="Mzimba"
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...
2013 Apr 23
0
Need a little help about this script...
...sep="")
region="Mzimba"
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...