param_create: Create a 'param' list

View source: R/param_create.R

param_createR Documentation

Create a param list

Description

Create the list of parameter for GeoPressureR tag and graph objects.

param list are mostly used to archived the actual value of parameters used to create a tag and/or a graph, thus allowing for examination of parameters post-creation. This function should therefore not be used to set/define parameters ahead of computation. In reality, there are very few external case of use for this function.

Usage

param_create(id, default = FALSE, ...)

Arguments

id

Unique identifier of a tag.

default

logical to initiate param with default value of the package.

...

arguments passed to other methods.

Value

A GeoPressureR param list

See Also

Other param: print.param()

Examples

param <- param_create("18LX", default = TRUE)
print(param)


Rafnuss/GeoPressureR documentation built on April 17, 2025, 12:58 p.m.