oospbridges {oosp} | R Documentation |
Bridge Functions
Description
When a standard generic is applied to an object object, the copycat generic is then used, unless the oosp argument (must be named) is false, in which case normal method despatch is used. Note that if the plot y argument is missing, the missing argument is not given to an oosp function.
Usage
## S3 method for class 'object':
print(x, ..., oosp=TRUE)
## S3 method for class 'object':
format(x, ..., oosp=TRUE)
## S3 method for class 'object':
summary(object, ..., oosp=TRUE)
## S3 method for class 'object':
plot(x, y, ..., oosp=TRUE)
## S3 method for class 'object':
lines(x, ..., oosp=TRUE)
## S3 method for class 'object':
predict(object, ..., oosp=TRUE)
## S3 method for class 'object':
fitted(object, ..., oosp=TRUE)
## S3 method for class 'object':
residuals(object, ..., oosp=TRUE)
## S3 method for class 'object':
weights(object, ..., oosp=TRUE)
## S3 method for class 'object':
as.list(x, ..., oosp=TRUE)
## S3 method for class 'object':
as.data.frame(x, row.names=NULL, optional=FALSE, ..., oosp=TRUE)
Arguments
x |
|
y |
|
object |
|
row.names |
|
optional |
|
... |
|
oosp |
|
[Package
oosp version 0.1.0
Index]