The R Project SVN R

Rev

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

Rev 56184 Rev 56186
Line 2... Line 2...
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2007 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{getMethod}
6
\name{getMethod}
-
 
7
\alias{getMethod}
7
\alias{findMethod}
8
\alias{findMethod}
8
\alias{existsMethod}
9
\alias{existsMethod}
9
\alias{selectMethod}
10
\alias{selectMethod}
10
\alias{hasMethod}
11
\alias{hasMethod}
11
\title{ Get or Test for the Definition of a Method }
12
\title{ Get or Test for the Definition of a Method }