I\'m using ggplot to map data values to a (fortified) SpatialPolygonsDataFrame, but many of the polygons have NA values because there is no data available.
I used na.va
you can replace your NAs with 0 using
data[is.na(data)] <- 0
that way your nas will be replaced by zero and yout legend will show "0s"
And to show us the image you can have a blog and can paste the link here