Practice Programming Assignment: swirl Lesson 5: Base Plotting System

| Nice colors, but still no title. Let's add one with the R command title. Use the argument main set equal to the string "Ozone and | Wind in New York City". boxplot(Ozone~Month,airquality,xlab="Month",ylab="Ozone (ppb)",col.axis="blue",col.lab="red",main="Ozone and Wind in New Yotk City") | That's not exactly what I'm looking for. Try again. Or, type info() for more …

Continue reading Practice Programming Assignment: swirl Lesson 5: Base Plotting System

Practice Programming Assignment: swirl Lesson 4: Plotting Systems

| Trying to install package ‘ggplot2’ now… also installing the dependencies ‘colorspace’, ‘labeling’, ‘munsell’, ‘RColorBrewer’, ‘gtable’, ‘lazyeval’, ‘scales’, ‘viridisLite’ package ‘colorspace’ successfully unpacked and MD5 sums checked package ‘labeling’ successfully unpacked and MD5 sums checked package ‘munsell’ successfully unpacked and MD5 sums checked package ‘RColorBrewer’ successfully unpacked and MD5 sums checked package ‘gtable’ successfully unpacked …

Continue reading Practice Programming Assignment: swirl Lesson 4: Plotting Systems

Exploratory Data Analysis – Practice Programming Assignment: swirl Lesson 3: Graphics Devices in R

| | 0% | Graphics_Devices_in_R. (Slides for this and other Data | Science courses may be found at github | https://github.com/DataScienceSpecialization/courses/. If | you care to use them, they must be downloaded as a zip file | and viewed locally. This lesson corresponds to | 04_ExploratoryAnalysis/Graphics_Devices_in_R.) … |== | 3% | As the title suggests, …

Continue reading Exploratory Data Analysis – Practice Programming Assignment: swirl Lesson 3: Graphics Devices in R