DeckOfCards: Defines the probability space for drawing from a deck of...

Description Usage Arguments

View source: R/probability_space.R

Description

Defines the probability space for drawing from a deck of cards.

Usage

1
DeckOfCards(size = 1, replace = FALSE, order_matters = TRUE)

Arguments

size

(int): How many draws to make.

replace

(bool): Sample with replacement or without?


hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.