Hi all:
I am still having troubles running r files through
excel macros. I tried to run the example supplied and
tried to adapt it to my file path and still didn't
work. Could anybody take a few minutes to put together
an example with the info below?

The path to my data is:
C:/Documents and
Settings/Owner/Desktop/R-Software/chinook.txt

The path to my r file is:
C:/Documents and
Settings/fcarrillo/Desktop/R-Software/Test.r

The Test.r file has three lines of code:
     line 1
chinook <- read.table("C://Documents and
Settings//fcarrillo//Desktop//R-Software//chinook.txt",header=T,sep="\t")

    line 2
chinook$IDDate <- as.Date(chinook$IDDate, "%m/%d/%Y")

    line 3
qplot(IDDate,Fry, data=chinook, geom="line")

Thanks and I would really appreciate it




 Felipe D. Carrillo
  Fishery Biologist
  US Fish & Wildlife Service
  Red Bluff, California 96080



      
____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the 
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 
_______________________________________________
Rcom-l mailing list
Rcom-l@mailman.csd.univie.ac.at
http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
More information (including a Wiki) at http://rcom.univie.ac.at

Reply via email to