plotContributions.mcr: Show plot with resolved contributions

View source: R/mcr.R

plotContributions.mcrR Documentation

Show plot with resolved contributions

Description

Show plot with resolved contributions

Usage

## S3 method for class 'mcr'
plotContributions(
  obj,
  comp = seq_len(obj$ncomp),
  type = "l",
  col = mdaplot.getColors(obj$ncomp),
  ...
)

Arguments

obj

object of clacc mcr

comp

vector with number of components to make the plot for

type

type of the plot

col

vector with colors for individual components

...

other parameters suitable for mdaplotg


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