plot.nDesign {binGroup}R Documentation

Plot iteration of nDesign

Description

Plot results of function nDesign

Usage

## S3 method for class 'nDesign':
plot(x, ...)

Arguments

x An object of class "nDesign" as can be created by nDesign
... further arguments to be passed to plot

Examples


plot(nDesign(nmax=100, s=30,
 delta=0.004, p.hyp=0.005,
 alternative="less", method="Score",
 power=0.8))


[Package binGroup version 0.3-2 Index]