As the footer says, PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
> example(image) > image(x, y, volcano, col = terrain.colors(100), xaxt="n") works as is should, and we have no way to reproduce what _you_ did. On Tue, 19 Dec 2006, javier garcia-pintado wrote: > The argument xaxt="n" for removing the x axis from a image plot does not > work for me. > I'm really using a function called plot.grassmeta() in library GRASS > that is a wrapper for image(), but it seems to me that the problem is > not in plot.grassmeta() but in image(). > > If I'm right could you tell me if there is a way to remove one axis from > a call to image()? -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [email protected] 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.
