Plot_func: Draw the diagram of differential equation

View source: R/Plot_func.R

Plot_funcR Documentation

Draw the diagram of differential equation

Description

Draw the diagram of differential equation

Usage

Plot_func(
  userdata,
  predict,
  modelDF,
  var_model,
  field_model,
  order_model,
  multi_model
)

Arguments

userdata

a data frame containing all model variables. The "time" column must be included.

predict

predict data.

modelDF

a dataframe of full model.

var_model

a dataframe containing equations.

field_model

the user's data columns.

order_model

N-order differential equation.

multi_model

TRUE or FALSE

Value

plot


deFit documentation built on Oct. 18, 2024, 5:14 p.m.

Related to Plot_func in deFit...