resistance(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps, b = "input",
vb_i = "statvar_bl", tb_i = "time", b_data = aquacomm_resps,
res_mode = "lrr", res_time = "defined", res_t = 12, type = "functional"
)
resistance(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps, b = "input",
vb_i = "statvar_bl", tb_i = "time", b_data = aquacomm_resps,
type = "functional", res_mode = "diff", res_time = "defined", res_t = 12
)
resistance(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps, b = "d",
b_tf = 8, type = "functional", res_mode = "lrr",
res_time = "defined", res_t = 12
)
resistance(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps, b = "d",
b_tf = 8, type = "functional", res_mode = "diff",
res_time = "defined", res_t = 12
)
resistance(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps, b = "input",
vb_i = "statvar_bl", tb_i = "time", b_data = aquacomm_resps,
type = "functional", res_mode = "lrr", res_time = "max", res_tf = c(12, 51)
)
resistance(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps, b = "input",
vb_i = "statvar_bl", tb_i = "time", b_data = aquacomm_resps,
type = "functional", res_mode = "diff", res_time = "max", res_tf = c(12, 51)
)
resistance(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps, b = "d",
type = "functional", res_mode = "lrr", b_tf = 8, res_time = "max",
res_tf = c(12, 51)
)
resistance(
vd_i = "statvar_db", td_i = "time", d_data = aquacomm_resps, b = "d",
type = "functional", res_mode = "lrr", b_tf = 8, res_time = "max",
res_tf = c(12, 51)
)
resistance(
type = "compositional", res_time = "defined", res_t = 28, comm_d = comm_dist,
comm_b = comm_base, comm_t = "time"
)
Run the code above in your browser using DataLab