Learn R Programming

phytoclass (version 2.3.1)

Bounded_weights: Add weights to the data, bound at a maximum.

Description

Add weights to the data, bound at a maximum.

Usage

Bounded_weights(S, weight.upper.bound = 30)

Value

A vector with upper bounds for weights

Arguments

S

Sample data matrix – a matrix of pigment samples

weight.upper.bound

Upper bound for weights (default is 30)

Examples

Run this code
Bounded_weights(Sm, weight.upper.bound = 30)

Run the code above in your browser using DataLab