graph {callback}R Documentation

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.


[Package callback version 0.1.1 Index]