Displaying 2 results from an estimated 2 matches for "objstatconn".
2010 Mar 18
1
r-help
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!
2010 Mar 26
0
Please help Me(R Language)
...e..
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...