View source: R/utils-experiment.R
generate_simulations | R Documentation |
A simulation is generated and saved in the solution folder for specified flight method, and max_dist for free flight.
generate_simulations( flight = c("zoned", "free"), free_max_dist = c("0", ".2", ".5", "no constraint"), queue = c(T, F) )
flight |
character vector of flight methods, currently |
free_max_dist |
max distances for use with free flight, currently |
queue |
Logical specifiying whether a queue is desired or not (or both as default). |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.