mapscapeOutput {mapscape}R Documentation

Widget output function for use in Shiny

Description

Widget output function for use in Shiny

Widget render function for use in Shiny

Usage

mapscapeOutput(outputId, width = "100%", height = "400px")

renderMapscape(expr, env = parent.frame(), quoted = FALSE)

Arguments

outputId

– id of output

width

– width of output

height

– height of output

expr

– expression for Shiny

env

– environment for Shiny

quoted

– default is FALSE

Examples

mapscapeOutput(1, '100%', '300px')
mapscapeOutput(1, '80%', '300px')
mapscapeOutput("hi")
mapscapeOutput("hello")

[Package mapscape version 1.10.0 Index]