17 feb 2012

Plotting the “Mean Spectrum”


Mean spectrum calculation is important:
To center a matrix of spectra, we subtract the mean spectrum, from every spectrum in the matrix.
There are also many options to use the mean spectrum, like average subsamples.
Let´s calculate and plot the mean spectra for the Yarn NIR Data:
> yarn_mean<-colMeans(yarn$NIR)
> wavelength<-c(1:268)
> matplot(wavelength,yarn_mean,lty=1,pch=21,col="red",
  + xlab="data_points",ylab="mean spec.")
We can see in the following plot the X matrix centered:


No hay comentarios:

Publicar un comentario