I am plotting shapefile data. Using the following code, I create a graph of my shapefiles:
ggplot(data) + geom_sf(fill=\'yellow\')
My graph