Graph does not change even if the code is correct


hello everyone! Can someone please tell me the reason why the graph is not changing even if the codes i have inserted are correct? thank you in advance :wink:

If you store the output of ggplot() to the variable p, that suppresses the printing of the output. Run

> p

to see the plotted result.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.