@@ -220,17 +220,17 @@ mcmc_hex <- function(x,
220220# '
221221# ' # pairs plots
222222# ' # default of condition=NULL implies splitting chains between upper and lower panels
223- # ' mcmc_pairs(x, pars = "alpha", regex_pars = "beta\\\ [[1,4]\ \\]",
223+ # ' mcmc_pairs(x, pars = "alpha", regex_pars = "beta\\[[1,4]\\]",
224224# ' off_diag_args = list(size = 1, alpha = 0.5))
225225# '
226226# ' # change to density plots instead of histograms and hex plots instead of
227227# ' # scatterplots
228- # ' mcmc_pairs(x, pars = "alpha", regex_pars = "beta\\\ [[1,4]\ \\]",
228+ # ' mcmc_pairs(x, pars = "alpha", regex_pars = "beta\\[[1,4]\\]",
229229# ' diag_fun = "dens", off_diag_fun = "hex")
230230# '
231231# ' # plot chain 1 above diagonal and chains 2, 3, and 4 below
232232# ' color_scheme_set("brightblue")
233- # ' mcmc_pairs(x, pars = "alpha", regex_pars = "beta\\\ [[1,4]\ \\]",
233+ # ' mcmc_pairs(x, pars = "alpha", regex_pars = "beta\\[[1,4]\\]",
234234# ' diag_fun = "dens", off_diag_fun = "hex",
235235# ' condition = pairs_condition(chains = list(1, 2:4)))
236236# ' }
0 commit comments