Last data update: 2014.03.03

R: Widget output function for use in Shiny
cubeViewOutputR Documentation

Widget output function for use in Shiny

Description

Widget output function for use in Shiny

Usage

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

Arguments

outputId

Output variable to read from

width, height

the width and height of the map (see shinyWidgetOutput)

Results