Dean Attali
Dean Attali
tweets relating to the problem of dotplots: https://twitter.com/daattali/status/762351053652111361
I'm not sure what that should look like, sounds like it'll be a bit messy. If anybody wants to implement that, I'll happily accept a pull request, but I don't...
There is no way to do that, the axis labels on the marginal plots are purposely explicitly suppressed. If you absolutely need them, you can modify the source code to...
I suppose that could make sense for histograms. I don't think I will implement this parameter, but I will leave the issue open so that someone in the future could...
@bencneely feel free to submit a pull request if you want to work on this!
I understand that can be a useful feature. I would welcome anyone who wants to tackle this feature and implement it - I'll very happily accept that feature
@ms-gx I haven't touched the core functionality of this package in 3+ years so I can't tell you. It would need to be found out by walking through the code,...
Thank you for the report. ggExtra is currently undergoing major revisions and hopefully this will be solved in the next version
Another vote to support linking to specific methods of an R6 class. Documentation becomes unclear when you have to say "To do x, call the `foo()` method of the [`bar`]...
CRAN checks is what's stopping me from not documenting the method and its arguments. If my package would live on github only then I wouldn't care, but I just submitted...