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
create a simple raster in memory and make one negative value then where.min fails to find a result.
where.min
library(terra) v <- volcano; v[1] <- -1 where.min(rast(v)) layer cell value Warning message: In cbind(i, m) : number of rows of result is not a multiple of vector length (arg 1)
The text was updated successfully, but these errors were encountered:
6fd8b16
Thank you, fixed.
Sorry, something went wrong.
fixes #1634
ac993dd
No branches or pull requests
create a simple raster in memory and make one negative value then
where.min
fails to find a result.The text was updated successfully, but these errors were encountered: