create_example_environment {growR}R Documentation

Provide an example ModvegeEnvironment

Description

This is intended for testing and for the examples in the documentation.

Usage

create_example_environment(site = "posieux")

Arguments

site

Choose for which example site an environment is to be created. Options: "posieux", "sorens".

Value

E A ⁠[ModvegeEnvironment]⁠ instance based on the example data for site which is shipped with this package.

Examples

extdata = system.file("extdata", package = "growR") 
print(extdata)
list.files(extdata, recursive = TRUE)
create_example_environment()


[Package growR version 1.2.0 Index]