Objects from the Class
Objects can be created by calls of the form new("Segmentation",
segments = list(1), segmentStart = list(1000), segmentEnd = list(1010))
. Slots
segments
:- Object of class
"list"
~~ segmentStart
:- Object of class
"list"
~~ segmentEnd
:- Object of class
"list"
~~ dp
:- Object of class
"DisplayPars"
~~
Extends
Class "gdObject"
, directly.Methods
- getSegmentEnd
signature(obj = "Segmentation")
: ... - getSegmentStart
signature(obj = "Segmentation")
: ... - getSegments
signature(obj = "Segmentation")
: ...