start_round {whitechapelR}R Documentation

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

possibilities = start_round(64)
possibilities = start_round(128)

[Package whitechapelR version 0.3.0 Index]