Last answered:

05 Nov 2022

Posted on:

28 Oct 2022

1

I cannot see the graph in R studio

I run the code of the bar chart in R studio. even I install ggplot2 I save the csv file in the same folder. once I run the code I do not got any plots even I do not see any error in the console section.
Is there any thing missing to se the graph?

1 answers ( 0 marked as helpful)
Posted on:

05 Nov 2022

1

Run the following lines in your console :

dev.off()

print(plot(1)) # Basically use print command once (stackoverflow)

Submit an answer