expose_property {xpose.xtras} | R Documentation |
Expose a property of xpdb objects in an xpose_set
Description
Expose a property of xpdb objects in an xpose_set
Usage
expose_property(xpdb_s, ..., .problem = NULL, .subprob = NULL, .method = NULL)
Arguments
xpdb_s |
< |
... |
< |
.problem |
< |
.subprob |
< |
.method |
< |
Details
The property returned will be top-level, and to avoid conflicting
names will be prepended by ..
(e.g., ..descr
).
For some properties, transformations are applied automatically to make them more useful. This includes:
-
etashk
andepsshk
: transformed to numeric vectors as in <get_shk
> -
ofv
and other per-problem properties: transformed as needed and pulls from eachxpdb
default problem.
Value
An xpose_set
object with the properties exposed
See Also
Examples
xpdb_set <- expose_property(xpdb_set, descr)
xpdb_set$mod1$..descr
xpdb_set <- expose_property(xpdb_set, etashk)
xpdb_set$mod1$..etashk
[Package xpose.xtras version 0.0.2 Index]