simulate_lorenz | R Documentation |
Describes a simplified mathematical model for atmospheric convection. The parameters are set so that the system exhibits a chaotic behavior (σ = 10, ρ = 28, β = 8/3).
simulate_lorenz(
start_coords = c(x = 1, y = 1, z = 1),
t_max = 10,
t_step = 1/100
)
start_coords |
initial conditions (numeric vector) |
t_max , t_step |
end time and step of the simulation (numeric). |
a dataframe with time, x, and y columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.