# create a map of parks in Chapel Hill
tm_shape(parks) + tm_dots("Park_Hours")

1 Parks in Chapel Hill!

Here is some text that I can use to explain what is going on in my analysis. I’ve made sure to write the text outside of the code chunk!

The data set contains attribute records for 16 public parks in Chapel Hill, NC which are spatially visualized in the dot map to show their distribution and variations in operating hours.

This is the first R assignment for GEOG391