Skip to content
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

change logical ordering parameters to character #129

Open
corybrunson opened this issue Jun 17, 2024 · 0 comments
Open

change logical ordering parameters to character #129

corybrunson opened this issue Jun 17, 2024 · 0 comments
Labels

Comments

@corybrunson
Copy link
Owner

The parameters decreasing, reverse, and absolute determine the order of the strata, lodes, flows, and alluvia at each axis. Currently, they take logical values, in the first case with a special meaning ascribed to NA. It might make code more intuitive and readable to replace these with one parameter that, if possible, takes accepts computed variables, e.g. order_by = desc(stratum) or order_by = desc(abs(n)).

I'm uncertain about this and welcome feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant