hmde_plot_de_pieces: 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
Description
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(
estimate_list = NULL,
xlab = "Y(t)",
ylab = "f",
title = NULL,
colour = "#006600",
alpha = 0.4
)
Arguments
- estimate_list
list output from hmde_extract_estimates
- 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
Examples
Run this code# basic usage of hmde_plot_de_pieces
hmde_plot_de_pieces(estimate_list = Tree_Size_Ests)
Run the code above in your browser using DataLab