Chart Formatting

R Layout command.

June 21, 2010 | C

In the previous post I created a chart but could not figure out to fit the legend in the chart area. Peter Carl pointed me to the layout command which partitions the display area and allowed the the legend to be included. Source code to produce the c...
[Read more...]

GUI chart formatting with playwith

June 4, 2010 | C

There are a huge number of plots, annotations and parameters available in R for constructing charts and graphics. While looking through the R Programming wikibook I noticed a reference to a library called playwith. It provides a GUI that allows you ...
[Read more...]

Putting Text in a Margin

May 10, 2010 | C

I found text and title early on but was initially confounded when trying to add text outside of an actual chart. As it turns out, I needed to understand a bit about R's concept of margins in a chart__ par(oma=c(2,2,2,2))__ plot(rnorm)__ mtext('The label'...
[Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)