Generate the table which contains the endmembers and the files which they corresponds to.

table_endmembers(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

Examples

data(signatures) unmixed_signatures <- unmixing_vca(signatures, k=2) table_endmembers(unmixed_signatures)
#> endmember file #> [1,] "end1" "signature0003.asd" #> [2,] "end2" "signature0008.asd"