I've got two questions:
I'm using the autoKrige function in automap to generate some raster data and am trying to figure out how to increase the resolution of the output. The output is too granular when I open it in QGIS.
So far, all I've figured out is that it probably involves the "newdata" argument. I've created a 3000x3000 meter grid and used that as "newdata," but the process is taking forever and I'm not sure if it'll finish before crashing.
Q1) How do you set the resolution of autoKrige output?
Q2) Would R's multicore package work with automap? I've realized that it is only using one of my two cores.