Skip to contents

Prints a compact summary of a delineation object, showing which layers are present and their feature counts.

Usage

# S3 method for class 'delineation'
print(x, ...)

Arguments

x

An object of class delineation.

...

Not used; included for compatibility with the generic.

Value

x, invisibly.

Examples

if (FALSE) { # interactive()
bd <- delineate_city_river("Bucharest", "Dâmbovița")
print(bd)
}