Description Usage Arguments Details Value Examples
Update the timestep
1 |
data |
Dataframe with input data. |
increase |
Numeric how much i is increased. |
Small function to increase the time step i after each simulated time step
data.table
1 2 3 4 5 6 7 | ## Not run:
df_trees <- prepare_data(data = example_input_data, x = "x_coord", y = "y_coord",
type = "Class", dbh = "bhd")
update_i(data = df_trees)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.