Open liamxg opened 2 years ago
tm_shape(afripop2000) + tm_raster(palette = rev(rocket(5)), breaks=c(0,2,20,200,2000,25000), title = "Number of people per square kilometer") + tm_shape(africountries) Error in rocket(5) : could not find function "rocket"
tm_shape(afripop2000) +
I wasn’t able to replicate this error. Can you confirm that you have the viridisLite package loaded?
yes, loaded.
| >