Use of + sign
What is the use of '+' after the ggplot(data=......)?

R Aesthetic-Mapping-in-ggplot2 04-05 min 20-30 sec 30-04-20, 11:59 a.m. SUBHO98

Answers:

The + sign is used to add the various arguments to the plot. For example, we can add geom_bar, labs, etc.  
30-04-20, 3:26 p.m. sudhakarst



01-05-20, 3:55 p.m. angaiaruvi@gmail.com


01-05-20, 3:59 p.m. angaiaruvi@gmail.com


+ plus in ggplot2 package allows to modify existing ggplot objects to different type of plots like geom_point(), geom_boxplot(),geom_line()

01-05-20, 3:59 p.m. angaiaruvi@gmail.com


Click here to reply/comment online