10
Graphics
Both R
and MATLAB include facilities for producing a wide variety of high-quality graphics. Both platforms have fairly straightforward and similar ways of producing simple scatterplots of 2-D data, with a large set of additional routines to modify those plots or produce other types of graphical output.
R
has two fundamentally different ways of producing graphics (what are called graphics systems): the traditional graphics system and the grid graphics system. The two systems do not interact very well, so it is best to try and work with just one system at a time. The grid graphics system is in some ways more powerful and convenient than the traditional graphics system, depending on what you are doing. Some things, such as figure ...
Get R and MATLAB now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.