Learn R Programming

growR (version 1.3.0)

create_example_environment: Provide an example ModvegeEnvironment

Description

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

Usage

create_example_environment(site = "posieux")

Value

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

Arguments

site

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

Examples

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

Run the code above in your browser using DataLab