how to insert x and y label and tick marks in autoKrige?
问题 Two datasets are used: spatial data in 3 columns (x, y, data) grids data in 2 columns (x, y) automap package autoKrige does the calculation of kriging and can be plotted with no x and y tick marks and labels: plot(kriging_result) automapPlot(kriging_result$krige_output, "var1.pred", sp.layout = list("sp.points", shimadata), main="OK without grids", xlab="x", ylab="y") And when I use ggplot2 package, it shows error, however it calculates the kriging: mydata<-read.table("D:/.../mydata.txt"