Grretings to all!
In the Regression Kriging, i want to create a map for Standard Deviation of the Ordinary and the Regression Kriging.
The pH.sd (from the OK, Ordinary Kriging) are in a matrix: double [250292] The pH.regkrig.sd (from the RK, Regression Kriging) are in a matrix: double [11681312]
When i try to create the ratio: pH.regkrig.sd/pH.sd it says:
"Error in (mydata.regkrig$pH.regkrig.sd)/(mydata.krig$pH.sd) : non-conformable arrays"
Any idea with what code i can fix it so as to plot the map?
Thanks in advance
I tried to make them same length but it failed