# NOT RUN {
library(ggplot2)
library(ggridges)
# Load in posterior parameter example
data(comp_bayes_lm_ex)
# Plot beta_0, growth intercepts
autoplot(comp_bayes_lm_ex, type = "intercepts")
# Plot beta_dbh, growth-dbh slope
autoplot(comp_bayes_lm_ex, type = "dbh_slopes")
# Plot lambdas, competition coefficients
autoplot(comp_bayes_lm_ex, type = "competition")
# }
Run the code above in your browser using DataLab