Monks -

I've been looking at GNU Octave, R, MatLab, etc. I (will soon) have lists-of-lists (matrices) that need to be permuted (as with Algorithm::Permute or List::Permutor::LOL ) - I have that part under control.

However, for plotting (potentially) a huge amount of information over time, what do you recommend? What are my options?

Most information I have found on Google appears informative but at the same time several years old. Benchmarks for Octave 2.x (current version is 3.x) or R v1.90 (current version is 2.6).

MatLab looks fine, but we'd like to skip the $licensing fee if possible, while still getting access to the pluggable features (specifically the "Statistics Toolbox").

Also, since our application will probably end up scaling out across several machines over time, I don't want to pay out the nose every time we bring another server online.

Finally, if we find some way to contribute back to the community - either with code or documentation - I would like to help support something Free and Open Source if possible.

So - what GUI options are available for GNU Octave, R, etc (for any platform - Mac, Linux, Windows) for "analysts not programmers" to get up-and-running?

Thanks!

In reply to Matrix magic with Perl + Octave, R or MatLab? by jdrago_999

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.