The R Project SVN R

Rev

Rev 26113 | Rev 33634 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26113 Rev 26240
Line 26... Line 26...
26
dumpMethod(f, signature, file, where, def)
26
dumpMethod(f, signature, file, where, def)
27
findFunction(f, generic=TRUE, where)
27
findFunction(f, generic=TRUE, where)
28
dumpMethods(f, file, signature, methods, where)
28
dumpMethods(f, file, signature, methods, where)
29
signature(\dots)
29
signature(\dots)
30
removeMethods(f, where, all)
30
removeMethods(f, where, all)
31
setReplaceMethod(f, \dots)
31
setReplaceMethod(f, \dots, where)
32
getGenerics(where, searchForm = FALSE)
32
getGenerics(where, searchForm = FALSE)
33
allGenerics(where, searchForm = FALSE)
33
allGenerics(where, searchForm = FALSE)
34
callGeneric(\dots)
34
callGeneric(\dots)
35
}
35
}
36
\usage{
36
\usage{