element: Elements of an Event

Description Usage Arguments Value Examples

View source: R/ch3-fn.R

Description

Displaying Elements of an Event

Usage

1
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

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

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.