-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coordinate ordr
with new ggbiplot
#55
Comments
Hi @friendly ! Thank you so much for raising the issue. I noticed a month or two ago that you had taken over {ggbiplot} but i have not had time to give it a close look. The CARME 2023 notes include much of what also motivated me to put {ordr} together. It was for my own use for a while, but Joyce Robbins got me to start taking it more seriously as a tool for other users, and the slideshow linked in the README is my best articulation of how it's designed. (Also, i had not been aware of {biplotEZ}! It's great to know that i no longer have to rely on a loading {UBbipl} locally.) I have a few thoughts about this, but i'm sure you do too, so it might make more sense to talk through them in real time.
I'd be psyched to collaborate on this. |
Hi @corybrunson I didn't mention Your point (1), "markets" for many-parameter single functions like those provided by {UBbipl} and {ggbiplot} and (b) for layered collections like those provided by {ordr} nails the essential trade-off, and among competitors. I like the idea that there is room for both, perhaps with a simple That puts the emphasis on the analysis object, for which there would be presumably I like what I can see of the design, just from exploring the docs and source code. I'll have to play with it a bit to get a better sense of usability in my context. As I said earlier, your nice developments in this area might suffer low visibility simply by being named Here's one suggestion: Let's use this issue as a forum that a few other biplot-family folks can participate in. I'm thinking principally of Stephane Drey of the |
@friendly i'd be honored to host a discussion here! Please feel free to tag in anyone you feel should contribute. In anticipation of their comments, i'll refrain from responding in great detail. Though could you expand on the difference in emphasis between (a) As to the package name, i could not pass up the opportunity to play on broader R package naming conventions and the notion of "tidy" data/models at the same time. : ) |
@friendly FYI i'll present on {ordr} and its future directions to the ggplot2 extenders next month (Nov 13 @ 14:00 ET).
|
Last summer, I took over maintenance of the
ggbiplot
package, originally by Vincent Yu. Source is at https://github.com/friendly/ggbiplot and docs at https://friendly.github.io/ggbiplot/I did this because I'm writing a book and wanted a reasonably robust ggplot version to use for examples. I also attended the CARME 2023 Conference in Bonn and spoke with some leading developers of biplot methodology about the desire to standardize efforts in a comprehensive pkg within the ggplot framework. Some notes on this discussion: https://github.com/friendly/ggbiplot/blob/master/discussion/biplot-packages.html
I see that you have fully developed what was on the
experimental
branch and made it much more robust and versatile.On the other hand, it is somewhat more complicated to use (at least so far for me) and suffers by being less visible in the
ordr
package.Perhaps there is someway to merge your efforts with mine into an ordr-flavored ggbiplot package?
The text was updated successfully, but these errors were encountered: