plotEstPwr {PowerExplorer}R Documentation

Plot A Summary of Estimated Power

Description

Produce a plot to summary the power estimated by function estimatePower, the plot function is called in estimatePower, but using it manually is possible

Usage

plotEstPwr(inputObject)

Arguments

inputObject

a result container object PowerExplorerStorage returned from estimatePower.

Value

plot(s) of the summarised information on the estimated power

Examples

data(exampleObject)
plotEstPwr(exampleObject)


[Package PowerExplorer version 1.6.0 Index]