powered by
spatgeom
Print method for objects of class spatgeom.
# S3 method for spatgeom print(x, return_table = FALSE, ...)
Print the estimate given by spatgeom.
an object of class spatgeom
if TRUE, returns a data frame with the estimated values. Otherwise, print the data frame in console. Defaults to FALSE
TRUE
FALSE
further arguments passed to the plot function
plot
xy <- donut_data(n = 30, a = -1, b = 1, theta = 2 * pi) estimation <- spatgeom(y = xy[, 1], x = xy[, -1]) print(estimation)
Run the code above in your browser using DataLab