Displaying 9 results from an estimated 9 matches for "vahe".
Did you mean:
vae
2013 May 03
2
read .csv file and plot a graph
...ween -1,1 and NaN for empty values.
What should I need to do is: create a new .csv file from this one excluding
NaN values and plot a line graph using the new .csv file.
Or can I use the old .csv file to plot a graph excluding NaN values.
Thanks in advance for any help or suggestions.
Regards,
Vahe
[[alternative HTML version deleted]]
2013 Apr 23
1
One more question please...
I executed the code in rstudio successfully:
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
ndvidirectory=paste(system.file("extdata/VITO_Mzimba",
package="ndvits"), "/", sep="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"
shapedir=paste(system.f...
2013 Apr 24
1
Simulate user input in R
...ork, can we automate this step (simulate the input...)
Here is the sample:
choose between one of the grouping factor available :
c("Village", "Country")
we need to enter Village or Country to continue.....can I automatically
pass one of the values without user input.
Regards,
Vahe
[[alternative HTML version deleted]]
2013 Apr 23
1
Automation of R input
...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...
Thanks a lot Andrija...
I run the following in Rsutdio:
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
ndvidirectory=paste(system.file("extdata/VITO_Mzimba",
package="ndvits"), "/", sep="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"
shapedir=paste(system.f...
2013 Apr 23
0
Need a little help about this script...
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
ndvidirectory=paste(system.file("extdata/VITO_Mzimba",
package="ndvits"), "/", sep="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"
shapedir=paste(system.f...
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="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"
shapedir=paste(system....
2013 Apr 23
0
Re
Hi andrija djurovic,
Thanks a lot for your reply....and for your useful suggestions.
Actually I need to run this script without user interaction, so when it is
required to input Village I need to pass it automatically not by the user.
Regards,
Vahe
[[alternative HTML version deleted]]
2006 Jun 30
0
sync reads or big files problem
Hello, friends!
I vahe a problem using prototype1.4 in IE6.
I am trying to create bandwidth speed test tool. The idea is to
download one by one X times (i.e. 10) one and the same ASCII-file with
size = 1MB. I would like to measure time and speed of each run, to
display the intermediate results after aech run and finally...