update_save_each: update_save_each

Description Usage Arguments Details Value Examples

View source: R/update_save_each.R

Description

Update the timestep

Usage

1
update_save_each(data, save_each)

Arguments

data

Dataframe with input data.

save_each

Integer value specifying time step results are saved.

Details

Small function to increase the time step i after each simulated time step

Value

data.table

Examples

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_save_each(data = df_trees)

## End(Not run)

mhesselbarth/rabmp documentation built on Nov. 24, 2021, 10:30 p.m.