Graphing data

Line Graphs with R and SPSS

Introduction R and RStudio are two great tools for creating graphs. Although I think SPSS scores high on the graph creation category, it has several limitations. Arguably, its main shortcoming has to do with the lack of flexibility. This is not the case with R and RStudio. Below, I will show how to create beautiful graphs with R and RStudio. I will get started with line graphs. Single line graph with R To follow along, open RStudio, then create a new R script1.