oncoMixBimodal {oncomix}R Documentation

Creating a schematic of a 2-component mixture model

Description

This function allows you to generate a plot

Usage

oncoMixBimodal(means = c(3, 7))

Arguments

means

Set the values for the difference between parameter means

Value

Returns a ggplot object that shows a 2-component Gaussian mixture model

Examples

oncoMixBimodal(means=c(3,7))
oncoMixBimodal(means=c(3,10))

[Package oncomix version 1.14.0 Index]