# Generated by roxygen2: do not edit by hand

S3method(plot,DynamicGrowth)
S3method(plot,FitDynamicGrowth)
S3method(plot,FitDynamicGrowthMCMC)
S3method(plot,FitIsoGrowth)
S3method(plot,IsothermalGrowth)
S3method(plot,MCMCgrowth)
S3method(plot,StochasticGrowth)
S3method(plot,TimeDistribution)
S3method(summary,FitDynamicGrowth)
S3method(summary,FitDynamicGrowthMCMC)
S3method(summary,FitIsoGrowth)
S3method(summary,FitSecondaryGrowth)
export(distribution_to_logcount)
export(fit_MCMC_growth)
export(fit_dynamic_growth)
export(fit_isothermal_growth)
export(fit_secondary_growth)
export(is.DynamicGrowth)
export(is.FitDynamicGrowth)
export(is.FitDynamicGrowthMCMC)
export(is.FitIsoGrowth)
export(is.FitSecondaryGrowth)
export(is.IsothermalGrowth)
export(is.MCMCgrowth)
export(is.StochasticGrowth)
export(predict_MCMC_growth)
export(predict_dynamic_growth)
export(predict_isothermal_growth)
export(predict_stochastic_growth)
export(time_to_logcount)
importFrom(FME,modCost)
importFrom(FME,modFit)
importFrom(FME,modMCMC)
importFrom(MASS,mvrnorm)
importFrom(cowplot,theme_cowplot)
importFrom(deSolve,ode)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,set_names)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
