Description Usage Arguments Value Examples
Calculate the hydrological variables
1 2 | hydro_variables(waterdata, sitedata, physicaldata, rm_centre = TRUE,
aggregate_leaves = FALSE, .columns = "measure")
|
waterdata |
the leaf.waterdepths tab |
sitedata |
the site.info tab |
physicaldata |
the bromeliad.physical |
rm_centre |
remove centre? defaults to TRUE |
aggregate_leaves |
aggregate leaves? defaults to FALSE |
The hydrological variables
1 2 3 4 5 6 7 | leafwater <- combine_tab(c("Argentina", "French_Guiana"),"leaf.waterdepths")
sites <- combine_tab(c("Argentina", "French_Guiana"),"site.info")
phys <- combine_tab(c("Argentina", "French_Guiana"),"bromeliad.physical")
hydro <- hydro_variables(waterdata = leafwater,
sitedata = sites,
physicaldata = phys)
hydro
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.