plotVariance.mcr: Show plot with explained variance

View source: R/mcr.R

plotVariance.mcrR Documentation

Show plot with explained variance

Description

Show plot with explained variance

Usage

## S3 method for class 'mcr'
plotVariance(
  obj,
  type = "h",
  labels = "values",
  main = "Variance",
  xticks = seq_len(obj$ncomp),
  ...
)

Arguments

obj

object of clacc mcr

type

type of the plot

labels

what to use as data labels

main

title of the plot

xticks

vector with ticks for x-axis

...

other parameters suitable for mdaplot


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