We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed in #142, worth considering if fct_lump() should be split up into fct_lump_prop() and fct_lump_n(). fct_lump_min() has been been created.
fct_lump()
fct_lump_prop()
fct_lump_n()
fct_lump_min()
The text was updated successfully, but these errors were encountered:
Split fct_lump components into to fct_lump_n(), fct_lump_prop(), and …
4ece0e7
…fct_lump_lowfreq() (#247) Fixes #167.
Successfully merging a pull request may close this issue.
As discussed in #142, worth considering if
fct_lump()
should be split up intofct_lump_prop()
andfct_lump_n()
.fct_lump_min()
has been been created.The text was updated successfully, but these errors were encountered: