@@stephhogan6070So when you run the plot does it show up in the bottom right plot window at all? Or immediately opens an X11 (external) window by itself? Also when you say "I cannot get it to zoom out" what do you mean?
@@RJG_Ecology No, it does not show up in the bottom right plot window. It opens by itself in a new window. When it opens I am unable to see the strongly agree response at the bottom.
Very good teaching and concise.
Is there a way to get the periods out from in between the words on the plot at the end?
You can just use gsub (the find and replace function in R) with a regex to remove whatever you want.
Like this:
your_data$your_column
Thank you, good material
Awesome! Thank you. However, when I do the plot, it opens in a new window and I can not get it to zoom out. Any advice?
Are you using R or Rstudios? Are you on a Mac, Windows, or Linux system?
My immediate guess would be that you're using a Mac and you need to install XQuarts (www.xquartz.org/)
@@RJG_Ecology I am using Windows and R Studio.
@@stephhogan6070So when you run the plot does it show up in the bottom right plot window at all? Or immediately opens an X11 (external) window by itself?
Also when you say "I cannot get it to zoom out" what do you mean?
@@RJG_Ecology No, it does not show up in the bottom right plot window. It opens by itself in a new window. When it opens I am unable to see the strongly agree response at the bottom.