Rdocumentation
powered by
Learn R Programming
PSCBS (version 0.38.4)
as.data.frame.CBS: Gets the table of segments
Description
Gets the table of segments.
Usage
## S3 method for class 'CBS': 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
CBS
..