table_residuals_summary: Residuals for each signature

Description Usage Arguments Value See Also Examples

Description

Represents each signature as a weighted combination of endmembers. This function generates a table which contains the residuals of this adjustment: the sum of the errors between the represented and the real values.

Usage

1

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_residuals_summary(unmixed_signatures)

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