hydro_variables: Calculate the hydrological variables

Description Usage Arguments Value Examples

Description

Calculate the hydrological variables

Usage

1
2
hydro_variables(waterdata, sitedata, physicaldata, rm_centre = TRUE,
  aggregate_leaves = FALSE, .columns = "measure")

Arguments

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

Value

The hydrological variables

Examples

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

SrivastavaLab/bwgtools documentation built on May 9, 2019, 1:54 p.m.