Remko Duursma
Remko Duursma
I am quite sure there is a typo in `inst/htmlwidgets/bindings/lfx-draw-bindings.js`, lines 8:11 : ``` if(map.drawToolbar) { map.drawToolbar.removeFrom(map); delete map.drawToobar; } ``` should be `map.drawToolbar`, I assume! I wanted to post...
Can we make a list/checklist/table somewhere with all possible new data sources? I have a few half-promises for data, but not sure it is most efficient to add each as...
I just thought it might be nice to have an overview but I suppose the `newdata` tag accomplishes this
Ideally embedded in an R package, so we can run `vizBAAD()`, plotting data from BAAD (uses `baad.data`). See http://www.r-bloggers.com/supplementing-your-r-package-with-a-shiny-app/
Prototype shiny visualizer here : https://github.com/RemkoDuursma/baadViz Uses `baad.data` directly, and has some functionality.
And another : `[email protected]`
The tree-level data are here: http://chave.ups-tlse.fr/pantropical_allometry.htm But the CSV includes only DBH, tree height, total AGB, and wood density. No species (!) or location information.
In baadanalysis I recalculate LMA as m.lf/a.lf, so no problem there. I have noticed this before and think can be traced back to original data (i.e. LMA was reported from...
For Claveau2005, ma.ilf never matches m.lf/a.lf, probably because a.lf in the original data was scaled up by using ma.ilf measured on individual leaf age classes, weighed by m.lf in the...