plot the slope information of integration

plotintslope(list, name = NULL)

Arguments

list

list from getintegration

name

the title of the plot

Examples

if (FALSE) {
list <- getinteragtion(rawdata)
plotintslope(list)
}