Skip to contents

Plot model residuals

Usage

plot_sampling_rate(object, mapping = NULL, geom = geom_point, ...)

plot_residuals_powerlaw_model(
  object,
  models_name = active_models(object),
  mapping = NULL,
  geom = geom_point,
  fit_clones = TRUE,
  ...
)

plot_residuals_full_model(object, mapping = NULL, geom = geom_point, ...)

plot_binomial_fits_vs_powerlaw_residuals_bars(
  object,
  models_name = active_models(object),
  mapping = NULL,
  geom = geom_bar,
  fit_clones = TRUE,
  ...
)

Arguments

object

cevodata object

mapping

mapping elements to overwrite the default mapping

geom

geom to use

...

other parameters

models_name

models_name

fit_clones

plot clonal fits?

Functions

  • plot_sampling_rate(): Plot sampling rate

  • plot_residuals_powerlaw_model(): Plot residuals of the neutral model

  • plot_residuals_full_model(): Plot residuals of the full model

  • plot_binomial_fits_vs_powerlaw_residuals_bars(): Plot binomial fits vs powerlaw residuals (barplot)