PlotDesign: Plot the design matrix

Description Usage Arguments Value Author(s) Examples

View source: R/PlotDesign.R

Description

Plot the experimental design of the data

Usage

1
PlotDesign(design, var1_name, var2_name, var3_name)

Arguments

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

Value

A ggplot of the design

Author(s)

Sebastien Franceschini

Examples

1
2
data("UCH")
PlotDesign(design=UCH$design,var1_name="Hippurate",var2_name="Citrate",var3_name="Day")

FranceschiniS/LMWiRe documentation built on Oct. 30, 2019, 6:20 p.m.