Skip to contents

Plot estimated stage counts

Usage

# Default S3 method
stage_barplot(object, include_type_0 = TRUE, ...)

Arguments

object

a subtype_and_stage_table object (a type of data.frame)

include_type_0

logical whether to include Type 0 in the plot

...

unused

Value

a ggplot2::ggplot

Examples

sim_subtype_and_stage_table |> stage_barplot()