Computer Science, asked by itsvicky999, 1 year ago

What does gg in ggplot2 refer to

Answers

Answered by Anonymous
0
ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.

MARK BRAINLIEST ...
Similar questions