Skip to content

Commit 7dd5448

Browse files
committed
Tweak plot documentation
1 parent 204e227 commit 7dd5448

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

R/plot.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ kw_dflt = function(x, key.pos) {
1717
}
1818

1919

20-
#' plot sf object
21-
#'
22-
#' plot one or more attributes of an sf object on a map
2320
#' Plot sf object
2421
#'
22+
#' Plot one or more attributes of an sf object on a map
23+
#'
2524
#' @param x object of class sf
2625
#' @param y ignored
2726
#' @param ... further specifications, see \link{plot_sf} and \link{plot} and details.
@@ -63,7 +62,8 @@ kw_dflt = function(x, key.pos) {
6362
#' parameter \code{at} can be set to specify where labels are placed along the key; see examples.
6463
#'
6564
#' The features are plotted in the order as they apppear in the sf object. See examples for when a different plotting order is wanted.
66-
#'
65+
#'
66+
#' @seealso `vignette("sf5")`
6767
#' @examples
6868
#' nc = st_read(system.file("gpkg/nc.gpkg", package="sf"), quiet = TRUE)
6969
#' # plot single attribute, auto-legend:

man/plot.Rd

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

0 commit comments

Comments
 (0)