Description Usage Arguments Value Author(s) Examples
Plot the experimental design of the data
1 | PlotDesign(design, var1_name, var2_name, var3_name)
|
design |
Design matrix of the data |
var1_name |
Variable for the X axis |
var2_name |
Variable for the Y axis |
var3_name |
Variable used for the color, the size and the shape |
A ggplot of the design
Sebastien Franceschini
1 2 | data("UCH")
PlotDesign(design=UCH$design,var1_name="Hippurate",var2_name="Citrate",var3_name="Day")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.