有没有人成功使用RtoCSharp创建png文件? [英] Have anyone succeeded to create png files using RtoCSharp?

查看:90
本文介绍了有没有人成功使用RtoCSharp创建png文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在尝试使用
打印png文件 RtoCSharp http://www.codeproject.com/KB/cs/RtoCSharp.aspx



I am trying to print png file using
RtoCSharphttp://www.codeproject.com/KB/cs/RtoCSharp.aspx

StatConnector test1= new STATCONNECTORSRVLib.StatConnectorClass(); 
test1.Init("R"); 
test1.Evaluate("x<-rnorm(20)");
string myPng="mypng.png";
test1.EvaluateNoReturn("png(filename=\""+myPng+"\")");
test1.EvaluateNoReturn("hist(x)");
test1.EvaluateNoreturn("dev.off()");



?



?

推荐答案

文章下方有一个论坛供您提问.
There''s a forum under the article for your questions.


这篇关于有没有人成功使用RtoCSharp创建png文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆