getCondition: Getter of the condition matrix in Screen object

Description Usage Arguments Value Author(s) Examples

Description

Getter of the condition matrix in Screen object

Usage

1
getCondition(object)

Arguments

object

Value

matrix of screen condition

Author(s)

Qingan Sun, Xiaojun Li

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# set up a Design object
# please read the 'design8Vertex' for detail
stock=matrix(nrow=8,ncol=3)
colnames(stock)=c("PEG","pH","salt")
stock[,1]=rep(c(6,16),4)
stock[,2]=rep(c(8,8,9.5,9.5),2)
stock[,3]=rep(c(0,300),each=4)
stock=data.frame(stock)
dim=list(5:0/5,3:0/3,3:0/3)
test8Vertex=design8Vertex(900,stock,dim)
# construct a new Screen object
testScreen<-design2Screen(test8Vertex)
condition<-getCondition(testScreen)

xtal documentation built on May 2, 2019, 1:28 p.m.