Skip to content
Prev 28487 / 63468 Next

graphics::Axis loosing S3/S4 class attributes of 'x' in 2.7.0 RC

Duncan,

looking further, what has changed from 2.6.2 into 2.7.0 are the
following two lines in plot.default, which I think were logical before
and are not really logical now:

plot.R: plot.default (2.6.2):
if (axes) {
	localAxis(x, side=1, ...)
	localAxis(y, side=2, ...)
}

plot.R: plot.default (2.7.0):
...
if (axes) {
	localAxis(xy$x, side=1, ...)
	localAxis(xy$y, side=2, ...)
}

The fact that xy.coords is called does not really matter.


Dr Oleg Sklyar
Technology Group
Man Investments Ltd
+44 (0)20 7144 3803
osklyar at maninvestments.com