This function plots the density of log values, excluding matrix diagonal and zero values, using ggplot2.

refine.unmixing.log.plot(x.data, x.label, plot.file.path, asp)

Arguments

x.data

Data frame containing values to be plotted.

x.label

Label for the x-axis.

plot.file.path

Path to save the plot file.

asp

The AutoSpectral parameter list. Prepare using get.autospectral.param

Value

Saves the plot as a JPEG file in the specified directory.