slct {EMbC} | R Documentation |
binClstStck
instance.slct
selects a single path from a binClstStck
instance.
slct(stck, pathNmbr)
stck |
A |
pathNmbr |
The number of the single path to be selected. |
Returns the single binClstPath_instance selected.
## Not run: # -- select path number 3 in mybcpstack -- bcp3 <- slct(mybcpstack,3) ## End(Not run)