plotP {CoGAPS} | R Documentation |
Plot the P Matrix
plotP(Pmean, Psd = NULL)
Pmean |
matrix of mean values of P |
Psd |
matrix of standard deviation values of P |
plots the P matrix in a line plot with error bars
plot
data(SimpSim) plotP(SimpSim.result$Pmean, SimpSim.result$Psd)