You can create almost any graph that you can dream of by modifying code you find online. For examples, see this website!
Lots of examples online! For examples from a workshop on animal movement, see this website!
You can easily create documents that show the code used to analyze your data.
And archive them with the Data Repository of the University of Minnesota when you publish your research! For an example, see this repository!
We will work with a server-based version of R/Rstudio, Posit Cloud
This will simplify your (and my) life considerably
If you have a personal computer, I encourage you to install R/Rstudio (but wait until after this lab).
This will allow you to experience R as you will after this class
mosaic, swirl, dplyr, Lock5Data, and adb.base64enc for completing pre-labs)mosaic and swirl packages)
install.packages("mosaic") [Needs to be done once]
library(mosaic) [needs to be done each time you want to use the code in the package]mosaic, dplyr, Lock5data, and abd packages should have already been installed (by me) in Posit Cloud, so when running code there, we should only need have to type: library(*packagename*)