plot the information of integration

plotint(list, name = NULL)

Arguments

list

list from getinteagtion

name

the title of the plot

Examples

if (FALSE) {
list <- getinteagtion(rawdata)
plotint(list)
}