Skip to content
Prev 5916 / 15274 Next

plot log scale on y axis using zoo object (with plot.zoo)

If the warning bothers you try this:

suppressWarnings(plot(z,log="y"))

or this:

plot(log10(z), yaxt = "n")
axis(2, at = axTicks(2), lab = 10^axTicks(2))
On Wed, Mar 31, 2010 at 3:40 PM, Pierre Lapointe <pierrelap at gmail.com> wrote:
Message-ID: <m2i971536df1003312200n16b0775fv92d02abc75e18de8@mail.gmail.com>
In-Reply-To: <w2m676b0d531003311240lb6c31eacz650eb10986901aae@mail.gmail.com>