leafletSizingPolicy | R Documentation |
Sizing policy used withing leaflet htmlwidgets. All arguments are passed directly to htmlwidgets::sizingPolicy
leafletSizingPolicy(
defaultWidth = "100%",
defaultHeight = 400,
padding = 0,
browser.fill = TRUE,
...
)
defaultWidth |
defaults to |
defaultHeight |
defaults to 400px tall |
padding |
defaults to 0px |
browser.fill |
defaults to |
... |
all other arguments supplied to |
An htmlwidgets::sizingPolicy
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.