masks {oosp}R Documentation

mask functions for standard generics

Description

These functions mask standard generics, for the purposes of getting around R check's S3 restrictions.

Usage

print (...)
format (...)
summary (...)
plot (...)
lines (...)
predict (...)
fitted (...)
residuals (...)
weights (...)
as.list (...)
as.data.frame (...)
mean (...)

Arguments

... The arguments.

[Package oosp version 0.2.3 Index]