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
When plotting a raster map, the 'colNA' argument works fine until you add a value for 'alpha':
r <- rast(system.file("ex/elev.tif", package = "terra")) plot(r, colNA = "blue") # OK plot(r, colNA = "blue", alpha = 0.6) # NA pixels no longer blue
I'm using terra version 1.7.23. Tried on both Windows 10 Home and Linux Mint Cinnamon 21.1. Cheers!
The text was updated successfully, but these errors were encountered:
6545cac
Thank you for this --- and keep them coming, please. Fixed.
Sorry, something went wrong.
No branches or pull requests
When plotting a raster map, the 'colNA' argument works fine until you add a value for 'alpha':
I'm using terra version 1.7.23. Tried on both Windows 10 Home and Linux Mint Cinnamon 21.1.
Cheers!
The text was updated successfully, but these errors were encountered: