Description Objects from the Class Slots Extends Methods Author(s) Examples
A Segmentation object provides line segments to various gdObjects
Objects can be created by calls of the form new("Segmentation",
segments = list(1), segmentStart = list(1000), segmentEnd = list(1010))
.
segments
:Object of class "list"
~~
segmentStart
:Object of class "list"
~~
segmentEnd
:Object of class "list"
~~
dp
:Object of class "DisplayPars"
~~
Class "gdObject"
, directly.
signature(obj = "Segmentation")
: ...
signature(obj = "Segmentation")
: ...
signature(obj = "Segmentation")
: ...
James Bullard
1 | showClass("Segmentation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.