Dear R-devel,

I sent this in December, but I didn't get any answer...

The explanation of the 'type' parameter of plot.default is a bit confusing, plus the stray closing parenthesis. I suggest the following small change to match the one given in plot. Feel free to adjust at your convenience.

Apply to 
http://svn.r-project.org/R/trunk/src/library/graphics/man/plot.default.Rd

Cheers,
        Manuel.




--- plot.default.Rd	2011-06-20 03:51:45.000000000 +0200
+++ plot.default.Rd-fixed	2011-12-04 17:53:57.431280437 +0100
@@ -24,8 +24,9 @@
   \item{type}{1-character string giving the type of plot desired.  The
     following values are possible, for details, see \code{\link{plot}}:
     \code{"p"} for points, \code{"l"} for lines,
+    \code{"b"} for both points and lines,
+    \code{"c"} for empty points joined by lines,
     \code{"o"} for overplotted points and lines,
-    \code{"b"}, \code{"c"}) for (empty if \code{"c"}) points joined by lines,
     \code{"s"} and \code{"S"} for stair steps and
     \code{"h"} for histogram-like vertical lines.  Finally,
     \code{"n"} does not produce any points or lines.}

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to