This document contains a histogram plot of iris sepal width data generated using the R and ReporteRs packages, along with an image downloaded from the R website. The histogram shows the frequency of iris sepal widths ranging from 2.0 to 4.0.
2. Histogram plot
Histogram of iris$Sepal.Width
iris$Sepal.Width
Frequency
2.0 2.5 3.0 3.5 4.0
05101520253035
This histogram is generated using
iris data sets
3. Image from R website
This image has been downloaded
from R website