Plot pieces of chosen differential equation model for each individual. Structured to take the individual data tibble that is built by the hmde_extract_estimates function using the ind_par_name_mean estimates. Function piece will go from the first fitted size to the last. Accepted ggplot arguments will change the axis labels, title, line colour, alpha
Source:R/hmde_plot_de_pieces.R
hmde_plot_de_pieces.Rd
Plot pieces of chosen differential equation model for each individual. Structured to take the individual data tibble that is built by the hmde_extract_estimates function using the ind_par_name_mean estimates. Function piece will go from the first fitted size to the last. Accepted ggplot arguments will change the axis labels, title, line colour, alpha
Usage
hmde_plot_de_pieces(
model = NULL,
individual_data = NULL,
measurement_data = NULL,
xlab = "Y(t)",
ylab = "f",
title = NULL,
colour = "#006600",
alpha = 0.4
)
Arguments
- model
model name character string
- individual_data
tibble with estimated DE parameters
- measurement_data
tibble with estimated measurements
- xlab
character string for replacement x axis label
- ylab
character string for replacement y axis label
- title
character string for replacement plot title
- colour
character string for replacement line colour
- alpha
real number for replacement alpha value