Skip to content

Commit 7e95eb0

Browse files
committed
link maps as strings
1 parent 73b4119 commit 7e95eb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/fortify-map.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ fortify.map <- function(model, data, ...) {
4646
#' for plotting with ggplot2.
4747
#'
4848
#' @param map name of map provided by the \pkg{maps} package. These
49-
#' include [maps::county()], [maps::france()],
50-
#' [maps::italy()], [maps::nz()],
51-
#' [maps::state()], [maps::usa()],
52-
#' [maps::world()], [maps::world2()].
49+
#' include [`"county"`][maps::county], [`"france"`][maps::france],
50+
#' [`"italy"`][maps::italy], [`"nz"`][maps::nz],
51+
#' [`"state"`][maps::state], [`"usa"`][maps::usa],
52+
#' [`"world"`][maps::world], or [`"world2"`][maps::world2].
5353
#' @param region name(s) of subregion(s) to include. Defaults to `.` which
5454
#' includes all subregions. See documentation for [maps::map()]
5555
#' for more details.

0 commit comments

Comments
 (0)