Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Oct 23, 2024
1 parent 65c603d commit 96d149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/09_tmap_shiny.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data(World, metro, rivers, land)

## Introductiuon

Integration with **shiny** is straightforward. The functions `tmapOutput()` and `renderTmap()` are similar to `shiny::plotOutput()` and `shiny::renderPlot`` respectively.
Integration with **shiny** is straightforward. The functions `tmapOutput()` and `renderTmap()` are similar to `shiny::plotOutput()` and `shiny::renderPlot()` respectively.

As an example, let's create a shiny app where the user selects a variable for which a choropleth/categorical map is drawn. The choise set of variables is:

Expand Down

0 comments on commit 96d149f

Please sign in to comment.