hi
I am doing a project in R language.I need help with creating a front end in R
language.
i created a dialog box with file menu n file consists of load ,save and quit
options. But these options are not working.I try to load my data into r using
these options but its not working.pls help.
Your Mail works best with the New Yahoo Optimized IE8. Get it NOW!
http://downloads.yahoo.com/in/internetexplorer/
--
View this message in context: http://n4.nabble.com/r-help-tp1598537p1598537.html
Sent from the R help mailing list archive at Nabble.com.
[[alternative HTML version deleted]]
Hi
thank you very much for advanced help.
I am new to R language..
I am using r language with asp.net. while i am run below code. the
graphics window open out side of my *.aspx *page(it is opened as a
*pop up*window) .i need to open that window with in my .
*aspx *page(without using( png,jpg etc...) & any of image formats.)
code:
StatConnector objStatConn = new STATCONNECTORSRVLib.
StatConnectorClass();
objStatConn.Init("R");
objStatConn.Evaluate("x <- 5");
objStatConn.Evaluate("y <- 40");
objStatConn.EvaluateNoReturn("plot(x,y)");
--
Thanks & Regards
M.Sadanandam
[[alternative HTML version deleted]]