param_create | R Documentation |
param
listCreate 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.
param_create(id, default = FALSE, ...)
id |
Unique identifier of a tag. |
default |
logical to initiate param with default value of the package. |
... |
arguments passed to other methods. |
A GeoPressureR param
list
Other param:
print.param()
param <- param_create("18LX", default = TRUE)
print(param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.