Search for tag: "legend()"

Linear Regression in R - Part 3 (The Tire Rubber Example, Continued).mp4

This video features the second half of our coverage of Example 9 in Mod13Script.R. You should open this script in RStudio and follow along while watching. Here we we consider adding quadratic…

From  Daniel Hall 293 plays 0  

Adding Lines and Limits to a Scatter or Series Plot.mp4

In this video we illustrate how to add text (including mathematical symbols), lines, curves, and other features to a scatter or series plot. Applications include adding a nonparametric lowess fit to…

From  Daniel Hall 66 plays 0  

Series Plots in R.mp4

In this video we illustrate how to construct a series plot with two series overlayed, even if the scales for the two series are vastly different. The example used here is the same as one we…

From  Daniel Hall 67 plays 0  

Plotting Symbols, Colors, and Labeling Points in Scatterplots.mp4

In this video we show how to use vector-valued specifications for the col= and pch= graphical parameters when calling plot() or some other high level graphical function in R in order to distinguish…

From  Daniel Hall 1,717 plays 0  

Histograms and Boxplots in R.mp4

In this video we illustrate how to use the hist() function to plot histograms in R, and we illustrate the use and effects of some of its options (breaks and freq). We also show how to overlay a…

From  Daniel Hall 181 plays 0  

Barcharts in R.mp4

Although plot() can produce bar charts, the barplot() function is often more convenient. In this video we introduce this function and illustrate its use to produce bar charts that display one and…

From  Daniel Hall 116 plays 0