Hi, On Tue, Feb 23, 2010 at 4:03 AM, drlasher <las...@rvc.ac.uk> wrote:
> > Does anybody know how to change the axes limits in do3d in made4? > > This is the code I have tried: > > do3d(sub, x=2, y=1, z=3, pch="+", > col="darkgreen", ylim=c(0,4), xlim=c(0,140) > ) > > But it doesn't seem to change the limits of the x and y axes as I would > expect. I've also tried lab statements but can't seem to achieve the scales > that I want. > > Any ideas would be much appreciated. > You may want to ask on the BioConductor list, as made4 is not a "standard" r package. That said, the made4 documentation says that do3d uses scatterplot3d. The scatterplot3d package documentation says that "setting enlarged limits may not work as exactly as expected (a known but unfixed bug)." So that may be your problem. Best of luck, Jonathan > -- > View this message in context: > http://n4.nabble.com/axes-limits-in-do3d-tp1565754p1565754.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.