Hernando Cortina

Results 13 comments of Hernando Cortina

I don't think `gglorenz` package can help you with this. But you could try something like this: library(gglorenz) data("billionaires") q

`ggplot(q, aes(x=n,y=q)) +geom_path() +geom_polygon()`

Thank you, yes, indeed, this is what I have been doing, but it would be nice to be able to do it from the call in write_xlsx so user doesn't...