Learn R Programming

EMbC (version 2.0.4)

slct: Select a single path from a binClstStck instance.

Description

slct selects a single path from a binClstStck instance.

Usage

slct(stck, pathNmbr)

Value

Returns the single binClstPath_instance selected.

Arguments

stck

A binClstStck instance.

pathNmbr

The number of the single path to be selected.

Examples

Run this code
if (FALSE) {
# -- select path number 3 in mybcpstack --
bcp3 <- slct(mybcpstack,3)
}

Run the code above in your browser using DataLab