saving . . . saved Use of + sign has been deleted. Use of + sign has been hidden .
Use of + sign
Title
Question
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

Login to add comment


+ 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


Log-in to answer to this question.