inst/doc/figures.md

px

plot of chunk alpha_v_sigma

py

plot of chunk alpha_v_sigma

pw

plot of chunk alpha_v_sigma

pz

plot of chunk alpha_v_sigma

load("wrightscape.rda")
ggplot(subset(lr_dat, value > -10000 & value < 10000)) + geom_density(aes(value, 
    color = model), alpha = 0.8, color = c("blue", "red")) + facet_wrap(~trait, 
    scale = "free_y") + geom_vline(data = LR, aes(xintercept = value)) + ylab("likelihood ratio")
## Error: When _setting_ aesthetics, they may only take one value. Problems:
## colour


cboettig/wrightscape documentation built on May 13, 2019, 2:12 p.m.