make_support_file: Make the support file

Description Usage Arguments Value Examples

Description

Make the support file

Usage

1
make_support_file(allsites, phys)

Arguments

allsites

combined site.info tab

phys

combined bromeliad.physical tab

Value

A dataframe containing support file: site.name, trt.name, temporal.block, start_block and finish_block. Start_block is equivalent to start.water.addition from the site.info tab, and finish_block is equivalent to last.day.sample

Examples

1
2
3
4
sites <- combine_tab(c("Argentina", "French_Guiana"),"site.info")
phys <- combine_tab(c("Argentina", "French_Guiana"),"bromeliad.physical")
sup_file <- make_support_file(sites,phys)
sup_file

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