get_dsd_header_str: Get the DSD script header

View source: R/dsd.R

get_dsd_header_strR Documentation

Get the DSD script header

Description

Use this function to get the header of the DSD script. This header comes with simulation time, ODE solver, the concentration unit measure, type of compilation and the species to be plotted.

Usage

get_dsd_header_str(time, species_to_plot)

Arguments

time

The time sequence that simulation will occur. this parameter can be exactly the same used in the parameter t of the react() or react_4domain() functions.

species_to_plot

A vector with the species names to be plotted.

Value

A string with the DSD script header.


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