plotP {CoGAPS}R Documentation

Plot the P Matrix

Description

Plot the P Matrix

Usage

plotP(Pmean, Psd = NULL)

Arguments

Pmean

matrix of mean values of P

Psd

matrix of standard deviation values of P

Details

plots the P matrix in a line plot with error bars

Value

plot

Examples

data(SimpSim)
plotP(SimpSim.result$Pmean, SimpSim.result$Psd)

[Package CoGAPS version 3.0.2 Index]