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