|
|
|
|
|
by vobios
3621 days ago
|
|
Without experiencing base R, you won't appreciate the tidyverse packages, which tend to have more of a learning curve. For example, you can just run boxplot(x) in base R and it will make you a plot. Only after trying to make any modifications to it that you will see the benefit ggplot2. As you mention yourself, "I almost quit R completely in frustration". I believe that is exactly why you appreciate the other packages you mention. |
|