knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

dartboard

The goal of dartboard is to creat an object with all the correct dimensions of a dartboard and use it as an input into dart strategy simulations.

Installation

You can install a development version of dartboard from GitHub with:

devtools::install_github("chringer-git/dartboard")

Walkthrough

Example 1: Create a dartboard

library(dartboard)

db <- create_dartboard()

Example 2: Draw the dartboard

draw_dartboard(db)


chringer-git/dartboard documentation built on May 29, 2019, 8:34 a.m.