Create a PEcAn Settings object

Settings(...)

as.Settings(x)

is.Settings(x)

Arguments

...

objects to concatenate

x

object to test or coerce

Value

a list containing all objects in ..., with class c("Settings", "SafeList", "list").

Functions

  • as.Settings(): coerce an object to Settings

  • is.Settings(): test if object is already a Settings

Author

Ryan Kelly