slct {EMbC} | R Documentation |
Select a single path from a binClstStck
instance.
Description
slct
selects a single path from a binClstStck
instance.
Usage
slct(stck, pathNmbr)
Arguments
stck |
A |
pathNmbr |
The number of the single path to be selected. |
Value
Returns the single binClstPath_instance selected.
Examples
## Not run:
# -- select path number 3 in mybcpstack --
bcp3 <- slct(mybcpstack,3)
## End(Not run)
[Package EMbC version 2.0.4 Index]