The R Project SVN R

Rev

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

Rev 68948 Rev 69639
Line 14... Line 14...
14
\alias{nonstandardGroupGenericFunction-class}
14
\alias{nonstandardGroupGenericFunction-class}
15
\alias{OptionalFunction-class}
15
\alias{OptionalFunction-class}
16
\alias{PossibleMethod-class}
16
\alias{PossibleMethod-class}
17
\alias{optionalMethod-class}
17
\alias{optionalMethod-class}
18
\alias{derivedDefaultMethod-class}
18
\alias{derivedDefaultMethod-class}
-
 
19
\alias{internalDispatchMethod-class}
19
%%
20
%%
20
\alias{substituteFunctionArgs}
21
\alias{substituteFunctionArgs}
21
\alias{makeGeneric}
22
\alias{makeGeneric}
22
\alias{makeStandardGeneric}
23
\alias{makeStandardGeneric}
23
\alias{generic.skeleton}
24
\alias{generic.skeleton}
Line 59... Line 60...
59
 
60
 
60
getGroup(fdef, recursive, where)
61
getGroup(fdef, recursive, where)
61
getGroupMembers(group, recursive = FALSE, character = TRUE)
62
getGroupMembers(group, recursive = FALSE, character = TRUE)
62
 
63
 
63
getMethodsMetaData(f, where)
64
getMethodsMetaData(f, where)
64
assignMethodsMetaData (f, value, fdef, where, deflt)
65
assignMethodsMetaData (f, value, fdef, where)
65
 
66
 
66
makeGeneric(f, fdef, fdefault =, group=list(), valueClass=character(),
67
makeGeneric(f, fdef, fdefault =, group=list(), valueClass=character(),
67
            package =, signature = NULL, genericFunction = NULL,
68
            package =, signature = NULL, genericFunction = NULL,
68
            simpleInheritanceOnly = NULL)
69
            simpleInheritanceOnly = NULL)
69
 
70