stats_null: clear all the geom_stats() layer previously added

View source: R/geom_stats.R

stats_nullR Documentation

clear all the geom_stats() layer previously added

Description

clear all the geom_stats() layer previously added

Usage

stats_null()

Examples

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")

RGLab/ggcyto documentation built on March 3, 2024, 6:23 p.m.