E N D
1. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 1 Module 5Box, Dot, Histogram, Strip Charts
2. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 2 Module 5Box, Dot, Histogram, Strip Charts
3. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 3 Making Box, Dot, Histogram, Strip Charts
4. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 4 Overview of R ChartingHigh Level Plot Functions Arguments
5. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 5 Module 5 Box, Dot, Histogram, Strip ChartsMenu Box Plot
Dot Plot
Histogram
Strip Chart
6. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 6 Making a Box & Whisker Plot withboxplot() Function
7. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 7 Box plot with All Points
8. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 8 Assignment 5-1Make a Box plot Make your own box plot like this
Notice horizontal orientation, line style and blue color
9. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 9 Making a Dot Plot with dotchart() Function Dot plots developed by William Cleveland
Alternative to bar charts
X axis displays measurement
Y axis displays categorical label
10. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 10 Dot Plot ScriptsSimple & Grouped
11. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 11 Assignment 5-2 Dot Plot
Start with script
C:/Learn_R/Mod_5_Box_Dot_Hist_Charts/Dot_plot_Simple_example.R
Make your own dot plot like this
Use dot_plot_data.txt for source data
Notice Y axis grid lines with grey color
12. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 12 Making a Histogram with hist() Function
13. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 13 Making a Histogram with hist() Function Enhancing a histogram:
Histogram w/ counts
Distribution
Median line
Counts <> Median
Summary Stats in Note
14. D Kelly O'Day Box, Dot, Histogram , Strip Charts Mod 5 –Box Charts: 14 Making a Strip Chart with stripchart() Function