unique_labels {MetabolomicsBasics}R Documentation

unique_labels.

Description

unique_labels will generate a dataframe with color and plotting character specification out of a sample table definition.

Usage

unique_labels(sam = NULL, g = NULL)

Arguments

sam

Sample table.

g

Either column name from sam containing factor column or factor of same length as sam.

Details

If a color/symbol specification exists for a sample set containing replicate groups this function will help in retrieving this information per group which is useful in boxplot or legend functions (cf. examples).

Value

Dataframe with group levels names and their color and plotting character specification.

Examples

sam <- MetabolomicsBasics::sam
unique_labels(sam = sam, g = "GT")

[Package MetabolomicsBasics version 1.4.5 Index]