The R Project SVN R

Rev

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

Rev 48662 Rev 56184
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{is.function}
6
\name{is.function}
7
\alias{is.function}
-
 
8
\alias{is.primitive}
7
\alias{is.primitive}
9
\title{Is an Object of Type (Primitive) Function?}
8
\title{Is an Object of Type (Primitive) Function?}
10
\usage{
9
\usage{
11
is.function(x)
10
is.function(x)
12
is.primitive(x)
11
is.primitive(x)