Package ‘ggpattern’ is not available for R version 4.0.2

1.1k Views Asked by At

Is anybody able to tell me why the package "ggpattern" is not available for R version 4.0.2?

I'm using "geom_sf" to create a map and I want to add patterns instead of a simple color.

Is there an other way to do this other than using this package?

This is my code:

P <- ggplot(data = shpZone, aes(geometry = geometry)) + geom_sf (data = shpZone, fill = "blue") + geom_sf_text(aes(label = ID), size = 3)
P

Thank you!

0

There are 0 best solutions below