-
Notifications
You must be signed in to change notification settings - Fork 6
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
masking error #32
Comments
raster.filename must be a path to an external raster file, not to an R object |
For an example, see the vignette https://bcm-uga.github.io/TESS3_encho_sen/articles/main-vignette.html. A raster file of Europe is downloaded for drawing a map of Q. |
Thanks for the suggestion. I was able to mask the kriging. Is there a way to extend the range of the Kriging analysis? This is the range of the mask I would like to use. However, when I run my analysis the lower right hand extant of the mask gets clipped. This is the code I am running.
Thank you for you time and advise. -josh |
Hello,
Thank you for you help with inputting ancestry values. I am running into another issue regarding masking.
I have tried using my own raster using the following code to mask by California state boundaries. I get the following error
Code I am using below
This fails, but works with
raster.filename
excluded.Any advise is greatly appreciated.
Thank you for your time.
Josh
The text was updated successfully, but these errors were encountered: