Learn R Programming

zonator (version 0.6.0)

set_dat_param: Set a specified run setting parameter value

Description

Essentially these are parameter values corresponding to Zonation dat-files. This function is used to set values of given parameter. In the current implementation, sections have no meaning.

Usage

set_dat_param(x, parameter, value)

# S4 method for Zvariant set_dat_param(x, parameter, value)

Arguments

x

Zvariant object.

parameter

Character string name of the parameter.

value

Character string or numeric value of the parameter.

Value

x Zvariant object.

See Also

Zvariant-class and get_dat_param.