Skip to content

Commit

Permalink
Add parenthesis to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Oct 28, 2024
1 parent b40a8dc commit 82ef053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82ef053

Please sign in to comment.