diff --git a/README.Rmd b/README.Rmd index 35b659d..d50c7b3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -40,7 +40,7 @@ pak::pak("aleksanderbl29/geodk") ### Plotting -The plotting functions include `plot_denmark()` which easily plots a basic map of Denmark and returns it as a `{ggplot2}` object for you to edit. It also includes `plot_region` and `plot_municipality` which plots a subset of Denmark with focus on provided regions or municipalities. +The plotting functions include `plot_denmark()` which easily plots a basic map of Denmark and returns it as a `{ggplot2}` object for you to edit. It also includes `plot_region()` and `plot_municipality()` which plots a subset of Denmark with focus on provided regions or municipalities. ```{r example} library(geodk) diff --git a/README.md b/README.md index 9e8bc8a..57f6090 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ pak::pak("aleksanderbl29/geodk") The plotting functions include `plot_denmark()` which easily plots a basic map of Denmark and returns it as a `{ggplot2}` object for you to -edit. It also includes `plot_region` and `plot_municipality` which plots -a subset of Denmark with focus on provided regions or municipalities. +edit. It also includes `plot_region()` and `plot_municipality()` which +plots a subset of Denmark with focus on provided regions or +municipalities. ``` r library(geodk)