Learn R Programming

specmine (version 3.1.6)

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
# NOT RUN {
  ## Example of getting the data matrix
  library(specmine.datasets)
  data(cachexia)
  cachexia.dm = get_data(cachexia)
# }

Run the code above in your browser using DataLab