extdat: Extract the specific range of column from a data set.

Usage Arguments Value Examples

Usage

1

Arguments

x

an object of class data.frame or matrix.

start

name of the 1st column of new data set to be extracted.

end

name of the last column of new data set to be extracted.

Value

a new data set of class data.frame or matrix

Examples

1
2
data(peach)
x <- extdat(peach$NIR, start = 700, end = 1050)

uwadaira/plsropt documentation built on May 3, 2019, 2:39 p.m.