stats_null: clear all the geom_stats() layer previously added

Description Usage Examples

View source: R/geom_stats.R

Description

clear all the geom_stats() layer previously added

Usage

1

Examples

1
2
3
4
5
6
7
8
dataDir <- system.file("extdata",package="flowWorkspaceData")
gs <- load_gs(list.files(dataDir, pattern = "gs_manual",full = TRUE))
#autoplot display pop stats by default
p <- autoplot(gs, "CD4")
#it is easy to remove the default stats
p <- p + stats_null()
#and add a new one
p <- p + geom_stats(type = "count")

ggcyto documentation built on Nov. 8, 2020, 5:30 p.m.