defineSurfaceTypes: Surface type definition

View source: R/defineSurfaceTypes.R

defineSurfaceTypesR Documentation

Surface type definition

Description

Surface type definition

Usage

defineSurfaceTypes(
  name,
  description,
  surfaceNames,
  definitions = NULL,
  citationString = "",
  DOI = ""
)

Arguments

name

A string to identify the surface type definition.

description

A string describing how surface types are defined.

surfaceNames

A character vector of names for surface types.

definitions

A character vector of definition of surface types.

citationString

A string with the bibliographic reference for the method.

DOI

A string with the DOI of a resource describing the method.

Value

an object of class VegXSurfaceTypeDefinition

Examples


defineSurfaceTypes(name = "Default Surface types",
                   description = "Five simple surface categories",
                   surfaceNames = c("Vegetation", "Moss", "Litter", "Exposed Soil", "Rock"))


miquelcaceres/VegX documentation built on Sept. 18, 2022, 7:04 p.m.