ffm_set_species_param: Sets the value of a species parameter.

View source: R/params_functions.R

ffm_set_species_paramR Documentation

Sets the value of a species parameter.

Description

Sets the value of a species parameter.

Usage

ffm_set_species_param(
  tbl,
  stratum.id,
  species.id,
  param,
  value,
  units = NA_character_
)

Arguments

tbl

The parameter table in which to set the value.

stratum.id

(character) Stratum identifier.

species.id

(character) Species identifier.

param

(character) Label of the parameter to set.

value

Value of the parameter (will be converted to character).

units

(option) The units of measurement for the supplied value.

Value

The updated parameter table.


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.