Skip to content

Commit

Permalink
fix documentation for graphics::polypath() - reported by Robert Hijmans
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@79580 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
murrell committed Dec 6, 2020
1 parent 2f321ff commit fdf8792
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/library/graphics/man/polypath.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ polypath(x, y = NULL,
\item{x, y}{vectors containing the coordinates of the vertices
of the path.}
\item{col}{the color for filling the path. The default,
\code{NA}, is to leave paths unfilled, unless \code{density} is
specified. (For back-compatibility, \code{NULL} is equivalent to
\code{NA}.) If \code{density} is specified with a positive value
this gives the color of the shading lines.}
\code{NA}, is to leave paths unfilled.}
\item{border}{the color to draw the border. The default, \code{NULL},
means to use \code{\link{par}("fg")}. Use \code{border = NA} to
omit borders.
Expand Down

0 comments on commit fdf8792

Please sign in to comment.