element: Elements of an Event

View source: R/ch3-fn.R

elementR Documentation

Elements of an Event

Description

Displaying Elements of an Event

Usage

element(A, r = 10)

Arguments

A

Event in data frame.

r

Maximum number of elements in a line. Default: 10

Value

Vector of elements of the event.

Examples

S = rolldie2(2)
B = subset(S2, (X1+X2) >=8)
element(B)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.