Skip to contents

plot the slope information of integration

Usage

plotintslope(list, name = NULL)

Arguments

list

list from getintegration

name

the title of the plot

Examples

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