Need help, i had to reinstall R studio, onto a new computer, and now receving errors when I try to plot
I added the following script:
ggplot(ff, aes(x = area)) + geom_histogram()
received this error:
ggplot(ff, aes(x = area)) + geom_histogram()
Error in ggplot(ff, aes(x = area)) : could not find function "ggplot"