plot.rcox {gRc} | R 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)
[Package gRc version 0.5.0 Index]