In R language, generate 100 and 1000 random numbers, both samples from a Normal distribution with mean value 3 and variance 5. Please set the seed as set.seed(480).
Draw histograms with bin width 0.5, 1 and 2 for each of the two samples.
Remember that all figures have exactly the same underlying distribution. Plot the six histograms in a single graphics window and label them accordingly.
How does the shape of the histogram compare with a Normal density curve?