Learn R Programming

SteppedPower (version 0.3.4)

plot.DesMat: plot.DesMat

Description

plot.DesMat

Usage

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

Value

a plotly html widget, displaying the treatment status

Arguments

x

An object of class `DesMat`

show_colorbar

logical, should the colorbar be shown?

...

Arguments to be passed to methods

Examples

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

Run the code above in your browser using DataLab