decompose graph.curve.params()
?
#322
d-morrison
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
graph.curve.params()
consists of two major sections:For readability, we should probably decompose those steps into subfunctions.
Previously, we considered using a
fortify()
method to encapsulate step 1. However, thefortify()
generic now appears to be headed toward deprecation: https://ggplot2.tidyverse.org/reference/fortify.htmlIt looks like the intended replacement is
generics::augment()
. Let's use that instead?Beta Was this translation helpful? Give feedback.
All reactions