शुरू करेंमुफ़्त में शुरू करें

Plotting simple features with geom_sf()

The newest version of ggplot2 includes a geom_sf() function to plot simple features objects natively. This allows you to make maps using familiar ggplot2 syntax! In this exercise, you'll walk through the process of creating a map with ggplot2 step-by-step.

यह अभ्यास पाठ्यक्रम का हिस्सा है

Analyzing US Census Data in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Plot the legislative district boundaries
ggplot(___) + 
  ___()
कोड संपादित करें और चलाएँ