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,
...
)