dimple: dimple

Description Usage Arguments

View source: R/dimple.R

Description

A dimple integration with htmlwidgets for R

Usage

1
2
dimple(data, ..., chartType = "bar", stacked = ifelse(chartType %in%
  c("bar", "area", "steparea"), T, F), width = 590, height = 400)

Arguments

data

a data.frame

...

other parameters passed to the dimple function (have a look at the examples)

chartType

define type of chart, either one of: bar, line, step, area, steparea, pie, bubble

stacked

should data be stacked, defaults to TRUE for bar, area and steparea charts.

width

width of the chart

height

height of the chart

xPct

character string of variable to use for a percent x-axis (can be a vector of multiple variables)

xMeasure

character string of variable to use for a measure x-axis (can be a vector of multiple variables)

xCategory

character string of variable to use for a category x-axis (can be a vector of multiple variables)

yPct

character string of variable to use for a percent y-axis (can be a vector of multiple variables)

yMeasure

character string of variable to use for a measure y-axis (can be a vector of multiple variables)

yCategory

character string of variable to use for a category y-axis (can be a vector of multiple variables)

legend

whether to show a legend, defaults to FALSE


Bart6114/dimple documentation built on May 5, 2019, 10:26 a.m.