endmembers(object)
A matrix where each row is an endmember as calculated by the unmixing algorithm.
If dimension reduction was performed prior to unmixing this function
returns the scores of the corresponding endmembers. In this case, to
get the original spectra you probably want
raw_data[unmixR_results$indices,]
.