Bounded_weights {phytoclass} | R Documentation |
Add weights to the data, bound at a maximum.
Bounded_weights(S, weight.upper.bound = 30)
S |
Sample data matrix – a matrix of pigment samples |
weight.upper.bound |
Upper bound for weights (default is 30) |
A vector with upper bounds for weights
Bounded_weights(Sm, weight.upper.bound = 30)