Functions to get different properties of a plinko_board()
.
slot_edges(board) pins(board) paths(board) balls(board) frames(board) n_frame(board)
board |
---|
A data frame containing the requested properties of the Plinko board.
slot_edges
: Slot edges
pins
: Pin locations
paths
: Ball paths from drop point to final location
balls
: Ball final locations
frames
: Frames in the animation giving ball locations
n_frame
: Number of frames in the Plinko board.