Skip to contents

This function is the fastest way to get started. Creates the skeleton of a simulation.

Usage

create(dir = "./my_sims")

Arguments

dir

where to create the skeleton of a new set of simulations

Examples

if (FALSE) {
 create("./examples")
 }