InternalMethods {base} | R Documentation |
Many R-internal functions are generic and allow methods to be written for.
The following builtin functions are generic as well, i.e., you
can write methods
for them:
dimnames<-
,
dimnames
,
dim<-
,
dim
as.character
,
as.vector
,
is.array
,
is.atomic
,
is.call
,
is.character
,
is.complex
,
is.double
,
is.environment
,
is.function
,
is.integer
,
is.language
,
is.logical
,
is.list
,
is.matrix
,
is.na
,
is.nan
is.null
,
is.numeric
,
is.object
,
is.pairlist
,
is.recursive
,
is.single
,
is.symbol
.
methods
for the methods of non-Internal generic functions.