graph: Generic plot function
Description
Generic plot function
Usage
graph(data, method, col, ...)
Arguments
- data
A stat_glob
, stat_mcr
or stat_ecs
object.
- method
the type of confidence interval: "cp" for Clopper-Pearson,
"wilson" for Wilson (the default), "student" for Student.
- col
A list of colors.
- ...
further arguments passed to or from other methods.