[R] axes that meet

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue Dec 9 08:31:07 CET 2003


Hank Stevens wrote:
> R v. 1.7.1, Windows 2000.
> A particular journal wants me to provide scatter plots with no box, but 
> with axes that meet in the lower left corner. It seems as though there 
> must be an easy way of doing this, but my reading the help on 
> plot.default, axis, and box have not provided any clues. I would be most 
> appreciative of any feedback.
> Thank you,
> Hank Stevens
> 
> Dr. Martin Henry H. Stevens, Assistant Professor
> 338 Pearson Hall
> Botany Department
> Miami University
> Oxford, OH 45056
> 
> Office: (513) 529-4206
> Lab: (513) 529-4262
> FAX: (513) 529-4243
> http://www.cas.muohio.edu/botany/bot/henry.html
> http://www.muohio.edu/ecology
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help

See argument "bty" in ?par, e.g.:

  par(bty="l")
  plot(1:10)

Uwe Ligges




More information about the R-help mailing list