recovery_extent(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps,
response = "lrr", b = "input", t_rec = 42, vb_i = "statvar_bl",
tb_i = "time", b_data = aquacomm_resps, type = "functional"
)
recovery_extent(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps,
response = "diff", b = "input", t_rec = 42, vb_i = "statvar_bl",
tb_i = "time", b_data = aquacomm_resps, type = "functional"
)
recovery_extent(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps,
response = "lrr", b = "d", t_rec = 42, b_tf = 8, type = "functional"
)
recovery_extent(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps,
response = "lrr", b = "d", t_rec = 42, b_tf = c(5, 10), type = "functional"
)
recovery_extent(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps,
response = "lrr", type = "functional",
b = "d", t_rec = 42, b_tf = c(5, 10), summ_mode = "median"
)
recovery_extent(
type = "compositional", t_rec = 28, comm_d = comm_dist,
comm_b = comm_base, comm_t = "time"
)
Run the code above in your browser using DataLab