densityChartWMean: Density Chart with Meank

Description Usage Arguments Value Examples

View source: R/functions.R

Description

This is a function that creates a density chart based on raw values in a population.

Usage

1
densityChartWMean(yValue, title, subTitle, xAxisTitle, colorType)

Arguments

yValue

The quantitative field from which to create the density chart.

title

The title of the chart

subTitle

The subtitle of the chart

xAxisTitle

The x Axis title

colorType

Specify the theme to use for the chart (either Verasite or Uber)

Value

Returns a highchart object

Examples

1
2
3
4
## Not run: 
densityChartWMean(mtcars$cyl,"Density of Cylinders in MT Cars Dataset","Example of density chart","Cylinders")

## End(Not run)

jsdeherrera/shinyStats documentation built on May 13, 2019, 11:54 p.m.