Plot_func {deFit}R 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


[Package deFit version 0.3.0 Index]