Skip to contents

Given an input Region, plots the two-component Gaussian mixture model fit by the Normalize function with method = 'model'.

Usage

plotModelComponents.Region(
  region,
  data.slot = "NormalizedData",
  colors = tableau_color_pal()(2)
)

Arguments

region

A Region object

data.slot

What data slot was used for model fitting?

colors

What colors should be used to plot the fit curves?

Scroll to top