The R Project SVN R

Rev

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

Rev 24300 Rev 25539
Line 8... Line 8...
8
  \code{A[c(arrayindex.x, arrayindex.y)]
8
  \code{A[c(arrayindex.x, arrayindex.y)]
9
    = FUN(X[arrayindex.x], Y[arrayindex.y], \dots)}.
9
    = FUN(X[arrayindex.x], Y[arrayindex.y], \dots)}.
10
}
10
}
11
\usage{
11
\usage{
12
outer(X, Y, FUN="*", \dots)
12
outer(X, Y, FUN="*", \dots)
13
x \%o\% y
13
X \%o\% Y
14
}
14
}
15
 
15
 
16
\arguments{
16
\arguments{
17
  \item{X}{A vector or array.}
17
  \item{X}{A vector or array.}
18
  \item{Y}{A vector or array.}
18
  \item{Y}{A vector or array.}