Skip to content

Commit 99bfeb1

Browse files
committed
docs
1 parent f600ff7 commit 99bfeb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#' @param lty line type
2121
#' @param lwd line width
2222
#' @param col color for plotting features; if \code{length(col)} does not equal 1 or \code{nrow(x)}, a warning is emitted that colors will be recycled. Specifying \code{col} suppresses plotting the legend key.
23-
#' @param border color of polygon border(s)
23+
#' @param border color of polygon border(s); using \code{NA} hides them
2424
#' @param add logical; add to current plot? Note that when using \code{add=TRUE}, you may have to set \code{reset=FALSE} in the first plot command.
2525
#' @param type plot type: 'p' for points, 'l' for lines, 'b' for both
2626
#' @param reset logical; if \code{FALSE}, keep the plot in a mode that allows adding further map elements; if \code{TRUE} restore original mode after plotting \code{sf} objects with attributes; see details.

man/plot.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)