Wrapper of the TROLL C++ simulator with Rcpp.
trollCpp(
global_file,
climate_file,
species_file,
day_file,
lidar_file,
forest_file,
output_file
)
char. Path to the global parameters file.
char. Path to the climate file.
char. Path to the species file.
char. Path to the daytime file.
char. Path to the lidar file.
char. Path to the forest file.
char. Path to the output folder.
Void with outputs files written in the defined folder.
if (FALSE) { # \dontrun{
trollCpp(
global_file = "test/test_input_global.txt",
climate_file = "test/test_input_climate.txt",
species_file = "test/test_input_species.txt",
day_file = "test/test_input_daily.txt",
lidar_file = "",
forest_file = "",
output_file = "test"
)
} # }