Learn R Programming

BayesianFROC (version 1.0.0)

array_easy_example: Example array

Description

Make a three dim array whose component is its index. For example

a[2,3,4] = 234

Usage

array_easy_example(I = 2, J = 3, K = 4)

Arguments

I

natural number less than 10

J

natural number less than 10

K

natural number less than 10

Value

An array of three dimension.

Examples

Run this code
# NOT RUN {


   a <-array_easy_example(2,3,4)



# }

Run the code above in your browser using DataLab