gg_df.metric_graph_spde_result | R Documentation |
Returns a 'ggplot2'-friendly data-frame with the marginal posterior densities.
## S3 method for class 'metric_graph_spde_result'
gg_df(
result,
parameter = result$params,
transform = TRUE,
restrict_x_axis = parameter,
restrict_quantiles = list(sigma = c(0, 1), range = c(0, 1), kappa = c(0, 1), sigma =
c(0, 1)),
...
)
result |
A metric_graph_spde_result object. |
parameter |
Vector. Which parameters to get the posterior density in the
data.frame? The options are |
transform |
Should the posterior density be given in the original scale? |
restrict_x_axis |
Variables to restrict the range of x axis based on quantiles. |
restrict_quantiles |
List of quantiles to restrict x axis. |
... |
Not being used. |
A data.frame
containing the posterior densities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.