plot.DesMat: plot.DesMat

View source: R/construct_DesMat.R

plot.DesMatR Documentation

plot.DesMat

Description

plot.DesMat

Usage

## S3 method for class 'DesMat'
plot(x, show_colorbar = FALSE, ...)

Arguments

x

An object of class 'DesMat'

show_colorbar

logical, should the colorbar be shown?

...

Arguments to be passed to methods

Value

a plotly html widget, displaying the treatment status

Examples

x <- construct_DesMat(C=c(2,2,2,0,2,2,2),.5)

SteppedPower documentation built on Sept. 13, 2023, 1:07 a.m.