correlationPlot: Correlation matrix chart

View source: R/correlationPlot.R

correlationPlotR Documentation

Correlation matrix chart

Description

The function displays a correlation matrix of each of the properties divided by the different sources to help the user in the decision.

Usage

correlationPlot(
  data,
  columns = c(1:ncol(data) - 1),
  mixtures = F,
  nmixtures = 1
)

Arguments

data

Data frame containing source and mixtures data

columns

Numeric vector containing the index of the columns in the chart (the first column refers to the grouping variable)

mixtures

Boolean to include or exclude the mixture samples in the chart

nmixtures

Number of mixtures in the dataset


eead-csic-eesa/fingerPro_model documentation built on July 6, 2023, 12:07 a.m.