Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 836 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 836 Bytes

Lab 6 - Remote Server

  1. Log onto the remote server

  2. Navigate to the data folder (/opt/data) and find the dataset called uw-elevations.csv.bz2

  3. From your local machine, copy the dataset from the server to your local machine

  4. Using the dataset, use the ggplot2 library to create a vizualization of the differerent elevation levels in the U-District using the longitude and latitude values. Use the scale_fill_gradient() function to color levels places of low elevation blue and levels of high elevation green.

  5. Save the plot as a png

  6. Save your R-script and copy the file onto the remote server

  7. Run your R-script on the remote server.

  8. Copy the png from your server to your local machine. Create a new RMarkdown file. Add the picture of your new plot in your file and write a few lines about what you found.