Hi all: 
Running the code below in R I am able to create a line
graph. Is there a way to run the same code from an
Excel macro and get the same results?

chinook <- read.table("C:/Documents and
Settings/Owner/Desktop/R-Software/chinook.txt",
header=T,sep="\t")
 chinook$IDDate <- as.Date(chinook$IDDate, "%m/%d/%Y")
 qplot(IDDate,Fry, data=chinook, geom="line")

Someone told me about
RInterface.RunRFile(filename).Does anyone can show me
how to use it?
Thanks



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



       
____________________________________________________________________________________
Sick sense of humor? Visit Yahoo! TV's 
Comedy with an Edge to see what's on, when. 
http://tv.yahoo.com/collections/222
_______________________________________________
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