table_weights: Signature endmember weights

Description Usage Arguments Value See Also Examples

Description

Generate the table which contains the composition of each signature expressed as a weighted combination of endmembers. The spectral object needs to be unmixed (using unmixing_fixed or unmixing_vca).

Usage

1
table_weights(signatures)

Arguments

signatures

A spectral object built using the load_signature_files function. The spectral object needs to be unmixed (using unmixing_fixed or unmixing_vca).

Value

A matrix object with the tabular information.

See Also

unmixing_fixed

unmixing_vca

load_signature_files

Examples

1
2
3
data(signatures)
unmixed_signatures <- unmixing_fixed(signatures, files=c("almagre.asd.txt", "blanco.asd.txt"))
table_weights(unmixed_signatures)

jacintoArias/archeospec documentation built on May 17, 2019, 5:52 p.m.