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]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
  • [R] R-help SADANANDAM MADDELA

Reply via email to