biqdODE_plot_all: plot all decompose plot for two data

View source: R/ode_solving.R

biqdODE_plot_allR Documentation

plot all decompose plot for two data

Description

plot all decompose plot for two data

Usage

biqdODE_plot_all(
  result1,
  result2,
  label = 10,
  show.legend = FALSE,
  remove.label = TRUE,
  nrow = NULL,
  ncol = NULL
)

Arguments

result1

list of qdODE all for first data

result2

list of qdODE all for second data

label

relabel x and y label due to log-transform, set 10 as default

show.legend

to show legend

remove.label

to remove x and y label

nrow

scalar for subplot row number

ncol

scalar for subplot column number


idopNetwork documentation built on April 18, 2023, 9:09 a.m.