bd_plot {bangladesh} | R Documentation |
sample function for plotting map of different administrative levels
Description
uses tmap
Usage
bd_plot(level = "country", type = "static")
Arguments
level |
Administrative level of bangladesh. Should be one of: "country", "division", "district", "upazila","union' |
type |
Plotting mode: "static" or "interactive" |
Value
Static or interactive plot for administrative levels
Examples
# Plot static map of district
bd_plot(level = "district", type = "static")
[Package bangladesh version 1.0.0 Index]