graph {callback} | R Documentation |
Generic plot function
Description
Generic plot function
Usage
graph(data, method, col, ...)
Arguments
data |
A |
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. |
[Package callback version 0.1.1 Index]