Examines how fixed points change as a parameter varies.
analyze_bifurcations(
equation,
variable,
parameter,
param_range = c(-5, 5),
n_param = 50,
z_range = c(-10, 10),
exogenous_values = list()
)Object of class "bifurcation_analysis".
Fitted equation object.
Name of the main variable.
Name of the parameter to vary.
Range for parameter values.
Number of parameter values to test.
Range for searching fixed points.
Fixed values for other variables.