methods {segmenter}R Documentation

Methods to interact with segmentation objects

Description

These functions can be used to interact with segmentation objects for purposes other than accessing or modifying their contents.

Usage

## S4 method for signature 'segmentation'
show(object)

Arguments

object

An object of class segmentation

Value

Prints a summary of the segmentation object contents.

See Also

segmentation

accessors

Examples

show(test_obj)


[Package segmenter version 1.0.0 Index]