Uploaded June 2018 | Updated September 2026, 1 week ago
In this tutorial I take a look at creating histograms using Plotly for R.
Plotly creates interactive HTML widgets in R markdown files and in the HTML files that are created from the markdown file using knitr.
Histograms show the distribution of the data point values for a numerical variable, by dividing the data point values up into slices, called bins.
The HTML page of the tutorial is on RPubs at rpubs.com/juanhklopper
The RMD file is on Github at github.com/juanklopper/Plotly-for-R
In this tutorial I take a look at creating histograms using Plotly for R.
Plotly creates interactive HTML widgets in R markdown files and in the HTML files that are created from the markdown file using knitr.
Histograms show the distribution of the data point values for a numerical variable, by dividing the data point values up into slices, called bins.
The HTML page of the tutorial is on RPubs at rpubs.com/juanhklopper
The RMD file is on Github at github.com/juanklopper/Plotly-for-R










