search for: proveta

Displaying 1 result from an estimated 1 matches for "proveta".

Did you mean: probeta
2008 Jun 22
1
I can't see plots
Hi, I use RSPerl on Ubuntu and Apache2 web server. It is my first experience with R language :-) I have the next code embedded into a Perl CGI: use R; use RReferences; my @x; &R::initR("--silent","--no-save"); &R::library("RSPerl"); @x = &R::call("rnorm", 10); &R::call("plot", \@x); The CGI works but no plot is shown. Apache2