boundary_map | R Documentation |
Create a Boundary Map
boundary_map(
main_df = nepalmap::boundary_df,
data = nepalmap::boundary_val,
label = "",
color = "white",
x = "lat",
y = "long",
size = 1,
legend = ""
)
main_df |
The main data frame for creating the map border of district |
data |
The data used for value inputs |
label |
The label for the province |
color |
The border color |
x |
The latitude by default |
y |
The longitude by default |
size |
Size of label text, 1 by default |
legend |
Legend is empty by default |
a ggplot2 object
## Not run:
boundary_map()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.