histogramModel: Histogram Model

View source: R/model.R

histogramModelR Documentation

Histogram Model

Description

As the previous implementations had no modification to the number of breaks provided by the user, this function acts just as a "identity function". But if any logic related to changing this value is to be implemented, it would be done right here.

Usage

histogramModel(breaks)

Arguments

breaks
  • number of breaks

Value

The breaks number

Maintainers

Fazendaaa

Author(s)

Fazendaaa

Examples

histogramModel(1)
histogramModel(10)
histogramModel(100)


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