Displaying 3 results from an estimated 3 matches for "exceldate".
2003 Jan 13
1
Fw: Plotting text-string real_date names at excel_date positions.
How do I post text-string dates along the x-axis instead of the excel_date
position values?
I would like to plot a time-series of chemical values changing with time
The first column is the internal date from excel. This should be the x-axis
position of a graph
of the plotted data.
The second column is a text-string of date. This should be what is posted
(instead of the excel_date).
The third
2007 Jul 19
4
Help with Dates
R
I am taking an excel dataset and reading it into R using read.table.
(actually I am dumping the data into a .txt file first and then reading data
in to R).
Here is snippet:
> head(data);
Date Price Open.Int. Comm.Long Comm.Short net.comm
1 15-Jan-86 673.25 175645 65910 28425 37485
2 31-Jan-86 677.00 167350 54060 27120 26940
3 14-Feb-86 680.25
2002 Apr 02
2
Trouble with R and cronjobs
...!/usr/bin/csh
source /u/dstierma/.cshrc
env
# /u/dstierma/bin/prbdata_bylot.pl
# /u/pesoft/bin/psums -lotlist -fab=3 -dbase=Y16A -30 >!
/u1yedh2/dstierma/probe/corr/Y16A.30
# /u/pesoft/bin/fabx @/u1yedh2/dstierma/probe/corr/Y16A.30 -fxt -sep='_'
-step=/3010-50 DUV PHOTO/ -ci~/%MACHINE%/ -exceldate -csv >!
/u1yedh2/dstierma/probe/corr/50duv.fxt
# /u/dstierma/bin/mergecsv2.pl 7 /u1yedh2/dstierma/probe/corr/50duv.fxt
/u1yedh2/dstierma/probe/corr/Y16A_scat.txt
# /usr/bin/cp merge.csv /u1yedh2/dstierma/probe/corr/y16a.txt
/usr/micron/sun4-sunos5.4/bin/R --no-save < /u/dstierma/bin/y16a_scat...