display {gRcox}R Documentation

Displays an RCOX model graphically (using the Rgraphviz package)

Description

The display function creates a coloured graph representing an RCOX model.

Usage

display(x)

Arguments

x An RCOX model

Details

Note that the Rgraphviz package must be loaded.

Value

NULL

Author(s)

Søren Højsgaard, sorenh@agrsci.dk

Examples

## Not run: 
data(math)
bufly1  <- rcox(~al:an:st, vcc=list(~me+st, ~ve+an), 
                ecc=list(~me:ve+me:al, ~ve:al+al:st),
                data=math)
library(Rgraphviz)
display(bufly1)
## End(Not run)

[Package gRcox version 0.1 Index]