Contents
Page1.
Overview and history1.1 What is
R
?1.2 Starting and Quitting
R
1.3 A Simple Example: the
c()
Function and Vector Assignment1.4 The Workspace1.5 Getting Help1.6 More on Functions in
R
1.7 Printing and Saving Your Work1.8 Other Sources of Reference1.9 Exercises11123456772.
My Big Fat Greek Calculator2.1 Basic Math2.2 Vector Arithmetic2.3 Matrix Operations2.4 Exercises88910113.
Getting Data into
R
3.1 Sequences3.2 Reading in Data: Single Vectors3.3 Data frames3.3.1 Creating Data Frames3.3.2 Datasets Included with
R
3.3.3 Accessing Portions of a Data Frame3.3.4 Reading in Datasets3.3.5 Data files in formats other than ASCII text3.4 Exercises121213141415161818184.
Introduction to Graphics4.1 The Graphics Window4.2 Two Generic Graphing Functions4.2.1 The
plot()
function4.2.2 The
curve()
function4.3 Graph Embellishments4.4 Changing Graphics Parameters4.5 Exercises1919191920212122
iii
Leave a Comment