Problems with theme_economist
valentinaandrade opened this issue ยท 1 comments
valentinaandrade commented
Hi! ๐๐ผ
I can't reproduce the example put to use theme_economist.
dsamp <- diamonds[sample(nrow(diamonds), 1000), ] qplot(carat, price, data=dsamp, colour=clarity) + theme_economist(stata=TRUE) + scale_colour_economist(stata=TRUE)
The error is Error in theme_economist(stata = TRUE) : unused argument (stata = TRUE)