powered by
Generic function to extract a property from a model summary
get_prop(xpdb, prop, .problem = NULL, .subprob = NULL, .method = NULL)
Exact value for the property
<xpose_dataxpose::xpose_data> object
xpose_data
<character> Property to extract
character
<numeric> Problem number to use. Uses the xpose default if not provided.
numeric
<numeric> Subproblem number to use. Uses the xpose default if not provided.
<character> Method to use. Uses the xpose default if not provided.
data("xpdb_ex_pk", package = "xpose") get_prop(xpdb_ex_pk, "descr")
Run the code above in your browser using DataLab