Compositional or Proportional trees in R based on model based partiioning (MOB).
Install from GitHub:
devtools::install_github("meteosimon/proptree")
library("proptree")
data("ArcticLake", package = "DirichletReg")
tr <- proptree(sand + silt + clay ~ depth, data = ArcticLake)
plot(tr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.