| print.spatgeom | R Documentation |
spatgeom objectPrint method for objects of class spatgeom.
## S3 method for class 'spatgeom' print(x, return_table = FALSE, ...)
x |
an object of class |
return_table |
if |
... |
further arguments passed to the |
Print the estimate given by spatgeom.
xy <- donut_data(n = 30, a = -1, b = 1, theta = 2 * pi) estimation <- spatgeom(y = xy[, 1], x = xy[, -1]) print(estimation)