This blog is updated daily.
A general description is here.
‘axTicks(*, log=TRUE)’ has changed in some cases to satisfy the documented behavior and be consistent.
‘interaction.plot(*, type = .)’ now also allows type ‘"o"’ or ‘"c"’.
‘axTicks(*, log=TRUE)’ did sometimes give more values than the ticks in the corresponding ‘graphics::axis()’. By default, it now makes use of the new (‘graphics’-package independent) ‘axisTicks()’ which can make use of a new utility ‘.axisPars()’. Further, it now returns a decreasing sequence (as for ‘log=FALSE’) when ‘usr’ is decreasing.
