Perl与R语言交互
摘要:#!usr/bin/perluse Statistics::R;#---new函数my $r=Statistics::R->new();#---send,read函数$r->send(qq'a=c(1,2,3,4); b=mean(a);\n c=sqrt(b) ;print(c)');my $re...
阅读全文
posted @ 2014-06-28 18:16
posted @ 2014-06-28 18:16
posted @ 2014-06-28 10:57
posted @ 2014-05-19 23:34