Add plot.BayesMallowsSMC2 for posterior visualization#58
Conversation
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
…d import Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
osorensen
left a comment
There was a problem hiding this comment.
Don't import functions from ggplot2. Use instead the namespace qualifier ggplot2::
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
Done. Removed the |
osorensen
left a comment
There was a problem hiding this comment.
Don't document internal functions.
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
Done. Converted roxygen comments ( |
|
I get this NOTE when running R CMD check locally: ❯ checking R code for possible problems ... NOTE |
osorensen
left a comment
There was a problem hiding this comment.
I get this NOTE when running R CMD check locally: ❯ checking R code for possible problems ... NOTE
plot_alpha_smc: no visible binding for global variable ‘value’
plot_rho_smc: no visible binding for global variable ‘probability’
plot_tau_smc: no visible binding for global variable ‘value’
Undefined global functions or variables:
probability value
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
Fixed by adding
Fixed by adding |
Create basic plotting functions for BayesMallowsSMC2 ✓
Completed Implementation:
Summary:
Implemented a complete plotting solution for
BayesMallowsSMC2objects that:Files changed:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.