histogramController: Histogram Controller

View source: R/controller.R

histogramControllerR Documentation

Histogram Controller

Description

Adds desired the desired number of breaks to Mongos's dabase if HAS_DB is configured then return the histogram containing the density.

Usage

histogramController(breaks)

Arguments

breaks
  • number of breaks

Details

If HAS_DB is not configured, it will just return the graphic. And if HAS_API is configured, it will use it to configure the breaks values.

Value

Number of breaks

Maintainers

Fazendaaa

Author(s)

Fazendaaa

Examples

histogramController(20)
histogramController(200)
histogramController(2000)


Fazendaaa/RSMD documentation built on March 14, 2023, 6:19 p.m.