PairPlot: Design Projection Plot

Description Usage Arguments Value Examples

View source: R/PairPlot.R

Description

Plots the projection of all pairs of inputs from a design from MmSimplex. Can actually be used for any design on a Simplex.

Usage

1
PairPlot(Design, greys = TRUE)

Arguments

Design

List object from MmSimplex, also works with a matrix input

greys

Draws grey boxes to indicate the region of valid design points

Value

A ggplot object

Examples

1
2
3
4
5
## Generate Design
D1 <- MmSimplex(3,75,10,cords = 1,randst = 1,phival = 50)

##Plot Design
PairPlot(D1)

simplexdesign documentation built on March 16, 2020, 5:06 p.m.