Description Usage Arguments Value Examples
Plot trait density and data
1 2 3 4 |
trait |
character, name of trait to be plotted |
prior |
named distribution with parameters |
posterior.sample |
|
trait.data |
|
fontsize |
plot (grob) object
1 2 3 4 5 6 7 | prior1 <- data.frame(distn = 'norm',
parama = 20,
paramb = 5)
data1 <- data.frame(Y = c(19, 21), se = c(1,1))
plot.trait(trait = 'Vcmax',
prior = prior1,
trait.data = data1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.