board: make a board object

Description Usage Arguments Value Examples

View source: R/board.R

Description

make a board object

Usage

1
board(mat = NULL, n = 5, p = 0.25)

Arguments

mat

the board mastrix has default value n=5, p=0.25

n

number of trails

p

probality

Value

an object that is borad

Examples

1
board(5, 0.25)

melody789/percolate documentation built on Nov. 4, 2019, 6:24 p.m.