plot.bcf_player: S3 plot method for a player

Description Usage Arguments Value Examples

View source: R/player.R

Description

S3 plot method for a player

Usage

1
2
## S3 method for class 'bcf_player'
plot(x, ...)

Arguments

x

S3 player object.

...

Additional parameters.

Value

A ggplot2 plot.

Examples

1
2
3
4
5
## Not run: 
tom <- new_player("Tom", alpha = 2, beta = 2)
plot(tom)

## End(Not run)

tomshafer/bcf documentation built on May 18, 2019, 9:14 p.m.