ind.plot {yest}R Documentation

Draw Diagram

Description

Draw Lnenicka's diagram corresponding to the given independence model.

Usage

ind.plot(ind=NA,model=NA,type=NA)

Arguments

ind independence string of 24 characters (0/1)
model model number (1-629)
type type number (1-53)

See Also

ind.print

Examples

i<-ind.identification(type=12)
ind.plot(i$ind)
print(i)

[Package yest version 0.4-1 Index]