table_endmembers: Endmembers description

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
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

unmixing_fixed

unmixing_vca

load_signature_files

Examples

1
2
3
data(signatures)
unmixed_signatures <- unmixing_vca(signatures, k=2)
table_endmembers(unmixed_signatures)

demosense/archeospec documentation built on May 28, 2019, 8:39 a.m.