Pavel Zimin
July 16, 2017
The Trees App is available at https://pavelzimin.shinyapps.io/trees/
The code is available at https://github.com/pavelzimin/treesApp
Simply select the height of your tree and the app will estimate its volume
trees data set in R datasets package (see the first 3 lines of the data at the bottom of this slide)head(trees, 3)
Girth Height Volume
1 8.3 70 10.3
2 8.6 65 10.3
3 8.8 63 10.2
The following linear regression model was used to generate the graph