SDS 192: Introduction to Data Science
Lindsay Poirier
Statistical & Data Sciences, Smith College
Fall 2022
Where are the most were Missed Collections on October 1, 2021?

Strebe, Cylindrical Equal Area Projection

Strebe, Sinusoidal projection

Strebe, Goode’s homolosine projection
Strebe, Mercator projection

https://geohackweek.github.io/visualization/02-projections/
sf Packageleaflet() function, setting the original view, and adding basemap tilesaddCircleMarkers()addMarkers()addPolygonsCRS:4326 (WGS84)st_transform() to convert points to a different CRS.NYC Rodent and Litter Complaints on April 4, 2022
colorNumeric(): Maps numbers to colors in a specified palettecolorBin(): Maps numbers into equally-spaced intervals (e.g. 0-10, >10-20, etc.)colorQuantile(): Maps numbers into equally-sized intervals (same number of observations in each grouping)colorFactor(): Maps categories into a specified number of categorical buckets