grackleations <- function(m2){
df2<-data.frame(Parameter="B",Value=rstan::extract(m2,pars="B")$B) # Mean Step-Size over Days
ggplot(df2, aes(x=Value)) + geom_density(aes(fill=Parameter), alpha=0.3) +
theme(strip.text.x = element_text(size=14,face="bold"),axis.text=element_text(size=12),
axis.title=element_text(size=14,face="bold"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.