Skip to content
Prev 241361 / 398500 Next

plot options including formatting axes

Jannis wrote:
A couple more ideas:
1. use ann = FALSE in your plot call to omit labels
    and then add them with title(); see ?plot.default

2. use options(scipen = 3) to avoid the exponential
    format; then use format(y, big.mark = ",") to
    format your y-axis values.

   -Peter Ehlers