Learn R Programming

whitechapelR (version 0.3.0)

start_round: Start a new round

Description

Generate the initial list for a new round

Usage

start_round(initial_murder)

Arguments

initial_murder

integer Space of the initial murder(s)

Value

list with the initial murder location(s) as the starting point(s)

Examples

Run this code
# NOT RUN {
possibilities = start_round(64)
possibilities = start_round(128)
# }

Run the code above in your browser using DataLab