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
At least one example:
anatVol <- "/a/file" sliceSeries(nrow = 6, ncol = 2, begin=120, end = 380,dimension = 2)%>% anatomy(anatVol, low = 700, high = 1400 )
Error in unit(widths, default.units) : 'x' and 'units' must have length > 0
When the issue is that anatVol needs to be a mincArray not a filepath
anatVol
mincArray
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At least one example:
When the issue is that
anatVol
needs to be amincArray
not a filepathThe text was updated successfully, but these errors were encountered: