Saved Bookmarks
| 1. |
What is ggplot2 an implementation of?(a) the Grammar of Graphics developed by Leland Wilkinson(b) 3D visualization system(c) the S language originally developed by Bell Labs(d) the base plotting system in R |
|
Answer» Correct option is (a) the Grammar of Graphics developed by Leland Wilkinson Explanation: The ggplot2 package, created by Hadley Wickham, offers a powerful graphics language for creating elegant and complex plots. |
|