Learn R Programming

SFOCDs (version 1.0.0)

MaxDot: Treatment Position Vs Treatment Scatter Plot

Description

The function will give the scatter plot showing the spread offered by design points in the experimental space. The x axis of the plot represent treatments and y axis the position of treatments in each block. Different colors in the dot represent the blocks.

Usage

MaxDot(design)

Value

Generates scatter plot of treatment position Vs treatment

Arguments

design

Input a design in matrix format

Examples

Run this code
library(SFOCDs)
mat<-matrix(c(  1,  4,  2,  5,
2,  5,  3,  6,
3,  6,  1,  4,
4,  1,  5,  2,
5,  2,  6,  3,
6,  3,  4,  1),nrow=6,byrow=TRUE)
MaxDot(mat)

Run the code above in your browser using DataLab