Skip to content

Commit e8cce26

Browse files
committed
docs
1 parent 33196da commit e8cce26

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

R/plot.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,9 @@ sf.colors = function (n = 10, cutoff.tails = c(0.35, 0.2), alpha = 1, categorica
706706
#' @name plot
707707
#' @export
708708
#' @details `text.sf` adds text to an existing base graphic. Text is placed at the centroid of
709-
#' each feature in \code{x}. Provide POINT features for further control of placement.
709+
#' each feature in \code{x}. Provide POINT features for further control of placement.
710+
#' `points.sf` adds point symbols to an existing base graphic. If points of text are not shown
711+
#' correctly, try setting argument `reset` to `FALSE` in the `plot()` call.
710712
#' @examples
711713
#' text(nc, labels = substring(nc$NAME,1,1))
712714
text.sf = function(x, labels = row.names(x), ...) {

man/plot.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)