Learn R Programming

PSCBS (version 0.63.0)

as.data.frame.AbstractCBS: Gets the table of segments

Description

Gets the table of segments.

Usage

# S3 method for AbstractCBS
as.data.frame(x, ...)

Arguments

...

Not used.

Value

Returns a data.frame, where each row corresponds to a unique segment.

See Also

Utilizes *getSegments(). For more information see AbstractCBS..