Learn R Programming

specmine (version 1.0)

get_data: Get data

Description

Get the data matrix from dataset

Usage

get_data(dataset)

Arguments

dataset
list representing the dataset from a metabolomics experiment.

Value

Returns the data matrix

Examples

Run this code
  ## Example of getting the data matrix
  data(cachexia)
  cachexia.dm = get_data(cachexia)

Run the code above in your browser using DataLab