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 spatgeom

return_table

if TRUE, returns a data frame with the estimated values. Otherwise, print the data frame in console. Defaults to FALSE

...

further arguments passed to the plot function

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]