Changelog
fwebinfr 0.0.2
-
fw_infer()
handles known interactions. - Add
fw_range_plot()
andfw_range_compare_plot()
to plot interaction strengths and stability ranges. - Add
fw_ode_plot()
to visualize ODE integration. - Add an implementation of the niche model (see
fw_niche_model()
). - Add
fw_problem()
to create objects of classfw_problem
. - Add
fw_model()
to createfw_model
objects (only one model currently available). - Export
fw_predict_A()
andfw_predict_B()
. - Add vignettes “Get started with fwebinfr” and “Interaction and uncertainty”.
-
fw_infer()
gains argumentssdB
to dealt with biomass variation and...
to pass further argument tolimSolve::xsample()
.
fwebinfr 0.0.1
-
fw_infer()
performs LIM for a system described by a generalized Lotka-Voltera equation set. -
fw_gener()
generates parameter values. -
fw_list_experim()
list available numerical experiments.