Introduction

Draws from the prior distribution

library(vizdraws)
vizdraws(prior = 'normal(0.05, 0.2)')

Updating the prior

vizdraws(prior = 'normal(0.05, 0.2)',
               posterior = rnorm(n = 10000, mean = 0.3, sd = 0.5))