plotPurity.mcrpure: Purity values plot

View source: R/mcrpure.R

plotPurity.mcrpureR Documentation

Purity values plot

Description

Purity values plot

Usage

## S3 method for class 'mcrpure'
plotPurity(
  obj,
  xticks = seq_len(obj$ncomp),
  type = "h",
  labels = "values",
  ...
)

Arguments

obj

mcrpure object

xticks

ticks for x axis

type

type of the plot

labels

what to use as data labels

...

other parameters suitable for mdaplot

The plot shows largest weighted purity value for each component graphically.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.