-
Notifications
You must be signed in to change notification settings - Fork 14
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
consolidation of depth axis arguments / style in plotSPC #292
Conversation
Need to account for NA horizon depths, currently failing all tests at |
@brownag I'm going to have to merge this soon. Happy to accept feedback on these topics when you return. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the few minor suggestions below, LGTM!
Co-authored-by: Andrew Gene Brown <[email protected]>
Co-authored-by: Andrew Gene Brown <[email protected]>
Co-authored-by: Andrew Gene Brown <[email protected]>
Thanks @brownag for those suggestions! I've got a couple of tiny tweaks, and then ready to merge. |
We can do a final vote on the default axis style just before CRAN release. |
Experimenting with a more modern depth axis for
plotSPC()
along with more options for customization. Changes will include new arguments and removal / deprecation of previous arguments. This could break some old code. Thinking about ways to ease the transition.plot.depth.axis
n.depth.ticks
cex.depth.axis
TODO:
depth.axis
interval
argumentReorganized NEWs and added commentary to "sketches" tutorial.
Also fixing #290.