rmmTemplate: Range modeling metadata

View source: R/metadataTemplate.R

rmmTemplateR Documentation

Range modeling metadata

Description

Make an empty metadata list

Usage

rmmTemplate(family = NULL)

Arguments

family

character string; specifies an application profile (use case) by specifying the families of entities that should be included. Specifying NULL includes all entities. Use 'rmmFamilies' to see supported values.

Details

See Examples.

Value

a range model metadata list

Author(s)

Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>

Examples

rmm1 <- rmmTemplate()
rmm2 <- rmmTemplate(family=c('base'))
str(rmm2)


rangeModelMetadata documentation built on Oct. 17, 2023, 1:11 a.m.