dynam_cat: (testing)Simulate and write final result to file a dynamic...

View source: R/dynam_cat.R

dynam_catR Documentation

(testing)Simulate and write final result to file a dynamic system(Euler's Method)

NA

dynam_cat

Description

With a interation formula, update the status state in a memory-saving way, and record the results.

Usage

dynam_record(init,index,
                        Fupdate,
                        record_per=1,
                        file = tempFile(),
                        type = '.csv')

Arguments

init

Initial state of a system

index

Index (range) to interate within

Fupdate

Function to update current status flow (with no extra parameters).

record_per

Linspace division for record.

Details

Only rbind availiable

See Also

dynam_cat


HaoLi111/rMathModeling documentation built on April 7, 2023, 3:18 p.m.