plot.rcox: Plot rcox object

View source: R/display.R

plot.rcoxR Documentation

Plot rcox object

Description

Plot rcox object

Usage

## S3 method for class 'rcox'
plot(x, y, ...)

Arguments

x

An rcox object

y

Ignored

...

Currently not used

Examples

gm  = ~al:an:st
vcc = list(~me+st, ~ve+an, ~al)
ecc = list(~me:ve+me:al, ~ve:al+al:st)
m1 <- rcox(gm=gm, vcc=vcc, ecc=ecc, data=math, method='matching')
plot(m1)


hojsgaard/gRc documentation built on March 28, 2024, 7:31 a.m.