The documentation for `plot.window` says: Note that the coordinate ranges will be extended by 4% if the appropriate graphical parameter xaxs or yaxs has value "s" (which is the default).
Yet calling `plot.window` with xaxs or yaxs set to "s" yields an error: > plot.window(c(0,1), c(0,1), xaxs="s") Error in plot.window(c(0, 1), c(0, 1), xaxs = "s") : axis style "s" unimplemented This is consistent with the Graphical Parameters documentation, which reads: "Only "r" and "i" styles have been implemented in R." Should the plot.window documentation be corrected to say "r" is the default or am I missing something? Thanks, -Thomas Thomas J. Leeper http://www.thomasleeper.com ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel