slct: Select a single path from a 'binClstStck' instance.

View source: R/methods.R

slctR 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 binClstStck instance.

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)

EMbC documentation built on Oct. 3, 2023, 5:07 p.m.