Skip to content
Prev 168728 / 398502 Next

help with time series

To seperate the columns, use the "sep" argument in read.table()

mystage <- read.table("C:\\Documents and
Settings\\skfriedman\\Desktop\\R-scripts\\stage.txt", header =
TRUE,sep=',')
On Fri, Jan 30, 2009 at 4:17 PM, <Steve_Friedman at nps.gov> wrote: