save_reactions_txt: Save the reactions in a formatted text file

View source: R/io.R

save_reactions_txtR Documentation

Save the reactions in a formatted text file

Description

This function can be used for saving the reactions with their rate constants in a formatted text file.

Usage

save_reactions_txt(species, cis, reactions, kis, filename)

Arguments

species

The species of all CRN.

cis

The initial concentration of the species.

reactions

The reactions that will be saved.

kis

The rate constant of those reactions.

filename

The name of the file (without extension) that will be saved. The extension .txt will be added automatically.


DanielKneipp/DNAr documentation built on Jan. 7, 2023, 12:42 p.m.