[R] scatterplot3d: fractionary xrange
andrea valle
valle at di.unito.it
Wed Apr 19 09:59:04 CEST 2006
Dear all,
I'm plotting this and I need x range = (-2.5, 2.5).
require(scatterplot3d)
scatterplot3d(1,1,1, pch=19, xlim=c(-2.5, 2.5), zlim=c(0,2),
ylim=c(0,3), xaxs="i", yaxs="i")
In any case, it seems that in the drawing range for x is (-3,3).
I guessed I could have this kind of behaviour for ranges:
plot(1,1, pch=19, xlim=c(-2.5, 2.5), ylim=c(0,3), xaxs="i", yaxs="i")
What am I missing?
Thanks a lot as usual
-a-
Andrea Valle
DAMS - Facoltà di Scienze della Formazione
Università degli Studi di Torino
http://www.semiotiche.it/andrea
andrea.valle at unito.it
More information about the R-help
mailing list