plots {atm} | R Documentation |
Plot Functions
Description
Plot functions.
Usage
## S3 method for class 'categorical':
oosplines(t, ...)
## S3 method for class 'term':
oosplines(t, ...)
## S3 method for class 'atm':
oospplot(m, which=NA, ...)
## S3 method for class 'categorical':
oospplot(t, y=NULL, s, main=term.label (t),
lwd=2, col=rgb (0, 0.6, 0.1), ... )
## S3 method for class 'interaction':
oospplot(t, ...)
## S3 method for class 'term':
oospplot(t, y=NULL, s, newplot=TRUE, main=term.label (t),
lwd=2, col=rgb (0, 0.6, 0.1), ...)
Arguments
t |
|
m |
|
which |
|
y |
|
s |
|
main |
|
lwd |
|
col |
|
newplot |
|
... |
|
[Package
atm version 0.1.0
Index]