gg_pc: View a PC plot with indicated color/alpha

Description Usage See Also Examples

Description

View a PC plot with indicated color/alpha

Usage

1
gg_pc(DF, COL)

See Also

Other viewFig: ggMissing

Examples

1
2
df <- data.frame(PC1 = rnorm(100), PC2 = rnorm(100), FX = rep(c(FALSE, TRUE), 100/2))
gg_pc(df, FX) + hips::scale_color_fx()

mbadge/hipsMultimodal documentation built on May 9, 2019, 12:05 a.m.