Help for this page

Select Code to Download


  1. or download this
    my $R = Statistics::R->new();
    $R->set( 'filenames', \@filenames );
    ...
          width    = $plot_width,
          height   = $plot_height)`
    );
    
  2. or download this
    # Array of R commands:
    my $out1 = $R->run(
    ...
    print('ok')
    EOF
    my $out2 = $R->run($cmds);